wangfangkui

https://github.com/lincolnloop/django-layout/

django-admin.py startproject --template=https://github.com/lincolnloop/django-layout/zipball/master --extension=py,rst,gitignore,example treasure

 

Quickstart

To bootstrap the project:

virtualenv treasure
source treasure/bin/activate
cd path/to/treasure/repository
pip install -r requirements.pip
pip install -e .
cp treasure/settings/local.py.example treasure/settings/local.py
manage.py syncdb --migrate

 

分类:

技术点:

相关文章:

  • 2021-09-16
  • 2021-11-26
  • 2021-07-12
  • 2021-04-09
  • 2021-07-07
  • 2021-05-16
猜你喜欢
  • 2021-09-06
  • 2021-11-19
  • 2022-12-23
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2022-12-23
相关资源
相似解决方案