GitClassic
Feed
Explore
Random
Go Pro
Sign in
521xueweihan
/
do-something-with-Django
Code
/
Commits
/ 982a552
first project with django
xueweihan
committed on Nov 21, 2015, 03:10 PM
Showing
22
changed files
+132 additions
-0 deletions
A
test_site/.DS_Store
A
test_site/db.sqlite3
A
test_site/manage.py
+10
A
test_site/test_site/__init__.py
A
test_site/test_site/__init__.pyc
A
test_site/test_site/settings.py
+84
A
test_site/test_site/settings.pyc
A
test_site/test_site/urls.py
+10
A
test_site/test_site/urls.pyc
A
test_site/test_site/wsgi.py
+14
A
test_site/test_site/wsgi.pyc
A
test_site/test_web_app/__init__.py
A
test_site/test_web_app/__init__.pyc
A
test_site/test_web_app/admin.py
+3
A
test_site/test_web_app/admin.pyc
A
test_site/test_web_app/migrations/__init__.py
A
test_site/test_web_app/migrations/__init__.pyc
A
test_site/test_web_app/models.py
+3
A
test_site/test_web_app/models.pyc
A
test_site/test_web_app/tests.py
+3
A
test_site/test_web_app/views.py
+5
A
test_site/test_web_app/views.pyc
Browse files at this commit โ