# sae-django1.7-demo **Repository Path**: gitlab/sae-django1.7-demo ## Basic Information - **Project Name**: sae-django1.7-demo - **Description**: run django1.7 on sae - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-11-28 - **Last Updated**: 2022-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #sae-django1.7-demo =================== #### 将django1.7的库文件整个复制到项目的site-packages文件夹下 #### 将django/contrib/admin下的static和templates文件夹整个复制到项目根目录下 #### 创建项目所需的基本数据库表 整个完成过后项目路径将会是这个样子: * / * |--site-packages/ * | django/* * | * |--www/ * | __init__.py * | settings.py * | urls.py * | wsgi.py * | * |--app/ * | __init__.py * | models.py * | views.py * | * |--static/ * | admin/* * | app/* * | * |--templates/ * | admin/* * | registration/* * | app/* * | * | index.wsgi * | wsgi.py * | manage.py * | local_settings.py