project01
|
project01 (→project01)
|----accounts (→accounts)
|----__init__.py
|----__pycache__
|----admin.py
|----apps.py
|----backends.py
|----forms.py
|----migrations
|----__init__.py
|----__pycache__
|----models.py
|----templates
|----accounts
|----create_confirm.html
|----profile.html
|----registration
|----change.html
|----create.html
|----logged_out.html
|----login.html
|----password_change_done.html
|----password_change_form.html
|----tests.py
|----urls.py
|----views.py (リクエスト処理)
|----api (→api)
|----__init__.py
|----__pycache__
|----admin.py
|----apps.py
|----migrations
|----__init__.py
|----__pycache__
|----models.py
|----static
|----js
|----vote.js
|----tests.py
|----urls.py
|----views.py
|----base (→base)
|----__init__.py
|----__pycache__
|----admin.py
|----apps.py
|----migrations
|----__init__.py
|----__pycache__
|----models.py
|----static
|----base
|----css
|----js
|----templates
|----base
|----about.html
|----base.html
|----pagination.html
|----policy.html
|----sidebar.html
|----terms.html
|----top.html
|----tests.py
|----urls.py
|----views.py
|----config
|----__init__.py
|----__pycache__
|----asgi.py
|----settings.py
|----urls.py
|----wsgi.py
|----media
|----manage.py
|----search (→search)
|----__init__.py
|----__pycache__
|----admin.py
|----apps.py
|----migrations
|----__init__.py
| |----__pycache__
|----models.py
|----templates
|----search
|----result.html
|----tests.py
|----urls.py
|----views.py
|----thread (→thread)
|----__init__.py
|----__pycache__
|----admin.py
|----apps.py
|----forms.py
|----migrations
|----__init__.py
|----__pycache__
|----models.py
|----templates
|----thread
|----category.html
|----confirm_topic.html
|----create_topic.html
|----detail_topic.html
|----mail
|----topic_mail.html
|----tags
|----category_tag.html
|----templatetags
|----__init__.py
|----__pycache__
|----threadfilters.py
|----threadtags.py
|----tests.py
|----urls.py
|----views.py
|