天天看點

Django 項目代碼布局

docs/

Makefile

conf.py

install

deployment

environments

index

project_name/

bin/

etc/

settings/
__init__.py
base.py
dev.py
local.py  
apps/               
son_app1/

son_app2/

test.py

models.py

forms.py

views.py

extra_apps/     

libs/                

python*.*/         
site-packages/   
requirements.pip     

tests/                   

static/          

css/
js/
images/

uploads/       

templates/             

flatpages/
comments/
example/
app1/
app2/

templatetags/    

__init__.py      

manage.py

urls.py

wsgi.py

README