# geodjango **Repository Path**: super_srhee/geodjango ## Basic Information - **Project Name**: geodjango - **Description**: python 结合geodjango 实现的 图形框架,适用flask - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-29 - **Last Updated**: 2022-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## model迁移 python manage.py makemigrations python manage.py migrate ## start 1. run manage.py task 2. runserver 9000 #### python生成依赖包 pip freeze > requirements.txt #### python安装依赖包 pip install -r requirements.txt