1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
.gitignore
.gitreview
COPYING
MANIFEST.in
setup.cfg
setup.py
django_testproject/__init__.py
django_testproject/settings.py
django_testproject/tests.py
django_testproject.egg-info/PKG-INFO
django_testproject.egg-info/SOURCES.txt
django_testproject.egg-info/dependency_links.txt
django_testproject.egg-info/requires.txt
django_testproject.egg-info/top_level.txt
django_testproject.egg-info/zip-safe
django_testproject/templates/404.html
django_testproject/templates/500.html
django_testproject/templates/django_testproject/base.html
django_testproject/templates/registration/base.html
django_testproject/templates/registration/logged_out.html
django_testproject/templates/registration/login.html
|