This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
24
Releases
Wiki
Activity
42a67ec1cd
django
/
tests
/
staticfiles_tests
/
project
/
documents
/
cached
/
styles.css
1 line
25 B
CSS
Raw
Normal View
History
Unescape
Escape
Fixed the relative static file resolution of the CachedStaticFilesStorage backend and the post processing of deeply nested static files. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16862 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-21 15:58:21 +00:00
@
import
url
(
"other.css"
)
;