This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4e07d93325
django
/
tests
/
staticfiles_tests
/
project
/
documents
/
cached
/
url.css
1 line
60 B
CSS
Raw
Normal View
History
Unescape
Escape
Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to staticfiles contrib app. Many thanks to Florian Apolloner and Jacob Kaplan-Moss for reviewing and eagle eyeing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16594 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-11 22:07:39 +08:00
@
import
url
(
"https://www.djangoproject.com/m/css/base.css"
)
;