GitClassic
Feed
Explore
Random
Go Pro
Sign in
521xueweihan
/
do-something-with-Django
Code
/
Commits
/ b83e54f
删除了所有pyc,web页面的样式,问题不知道如果在模版中引入静态文件!
xueweihan
committed on Nov 28, 2015, 02:29 PM
Showing
18
changed files
+160 additions
-10 deletions
M
.DS_Store
A
test_site/static_file/css/bootstrap.min.css
+6
A
test_site/static_file/js/bootstrap.min.js
+7
A
test_site/static_file/js/jquery-2.1.4.min.js
+4
A
test_site/test_site/.gitignore
+6
D
test_site/test_site/__init__.pyc
M
test_site/test_site/settings.py
+17
D
test_site/test_site/settings.pyc
D
test_site/test_site/urls.pyc
D
test_site/test_site/wsgi.pyc
A
test_site/test_web_app/.gitignore
+6
D
test_site/test_web_app/__init__.pyc
D
test_site/test_web_app/admin.pyc
D
test_site/test_web_app/migrations/__init__.pyc
D
test_site/test_web_app/models.pyc
M
test_site/test_web_app/templates/index.html
+113
-9
M
test_site/test_web_app/views.py
+1
-1
D
test_site/test_web_app/views.pyc
Browse files at this commit →