1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/tests/staticfiles_tests
Alex Morozov 6ca163d7cc Fixed #25784 -- Prevented an exception on collectstatic help
Made the `manage.py help collectstatic` don't fail if the `STATIC_ROOT`
setting is empty.
2015-11-22 20:32:14 +01:00
..
apps
project Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a path. 2015-11-12 19:30:48 -05:00
urls
__init__.py
cases.py
settings.py
storage.py
test_finders.py
test_liveserver.py
test_management.py Fixed #25784 -- Prevented an exception on collectstatic help 2015-11-22 20:32:14 +01:00
test_storage.py Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a path. 2015-11-12 19:30:48 -05:00
test_templatetags.py
test_views.py