Django框架练习之云笔记项目
资源文件列表:

.idea/
.idea/.gitignore 50B
.idea/inspectionProfiles/
.idea/inspectionProfiles/profiles_settings.xml 174B
.idea/misc.xml 392B
.idea/modules.xml 277B
.idea/tedu_note.iml 485B
.idea/workspace.xml 2.38KB
index/
index/__init__.py
index/__pycache__/
index/__pycache__/__init__.cpython-36.pyc 127B
index/__pycache__/admin.cpython-36.pyc 168B
index/__pycache__/apps.cpython-36.pyc 398B
index/__pycache__/models.cpython-36.pyc 165B
index/__pycache__/views.cpython-36.pyc 304B
index/admin.py 66B
index/apps.py 148B
index/migrations/
index/migrations/__init__.py
index/migrations/__pycache__/
index/migrations/__pycache__/__init__.cpython-36.pyc 138B
index/models.py 60B
index/templates/
index/templates/index/
index/templates/index/index.html 815B
index/tests.py 63B
index/urls.py
index/views.py 139B
manage.py 687B
note/
note/__init__.py
note/__pycache__/
note/__pycache__/__init__.cpython-36.pyc 126B
note/__pycache__/admin.cpython-36.pyc 167B
note/__pycache__/apps.cpython-36.pyc 395B
note/__pycache__/models.cpython-36.pyc 673B
note/__pycache__/urls.cpython-36.pyc 269B
note/__pycache__/views.cpython-36.pyc 1.33KB
note/admin.py 66B
note/apps.py 146B
note/migrations/
note/migrations/0001_initial.py 983B
note/migrations/__init__.py
note/migrations/__pycache__/
note/migrations/__pycache__/0001_initial.cpython-36.pyc 1017B
note/migrations/__pycache__/__init__.cpython-36.pyc 137B
note/models.py 415B
note/templates/
note/templates/note/
note/templates/note/add_note.html 386B
note/templates/note/list_note.html 1.05KB
note/tests.py 63B
note/urls.py 142B
note/views.py 1.7KB
tedu_note/
tedu_note/__init__.py
tedu_note/__pycache__/
tedu_note/__pycache__/__init__.cpython-36.pyc 131B
tedu_note/__pycache__/settings.cpython-36.pyc 2.35KB
tedu_note/__pycache__/urls.cpython-36.pyc 1.04KB
tedu_note/__pycache__/wsgi.cpython-36.pyc 538B
tedu_note/asgi.py 411B
tedu_note/settings.py 3.71KB
tedu_note/urls.py 945B
tedu_note/wsgi.py 411B
user/
user/__init__.py
user/__pycache__/
user/__pycache__/__init__.cpython-36.pyc 126B
user/__pycache__/admin.cpython-36.pyc 167B
user/__pycache__/apps.cpython-36.pyc 395B
user/__pycache__/models.cpython-36.pyc 737B
user/__pycache__/urls.cpython-36.pyc 323B
user/__pycache__/views.cpython-36.pyc 2.14KB
user/admin.py 66B
user/apps.py 146B
user/migrations/
user/migrations/0001_initial.py 841B
user/migrations/__init__.py
user/migrations/__pycache__/
user/migrations/__pycache__/0001_initial.cpython-36.pyc 862B
user/migrations/__pycache__/__init__.cpython-36.pyc 137B
user/models.py 599B
user/templates/
user/templates/user/
user/templates/user/login.html 497B
user/templates/user/register.html 493B
user/tests.py 63B
user/urls.py 191B
user/views.py 5.14KB