/usr/local/lib/python3.9/site-packages/django/contrib/staticfiles
from django.contrib.staticfiles.handlers import StaticFilesHandler from django.test import LiveServerTestCase class StaticLiveServerTestCase(LiveServerTestCase): """ Extend django.test.LiveServerTestCase to transparently overlay at test execution-time the assets provided by the staticfiles app finders. This means you don't need to run collectstatic before or as a part of your tests setup. """ static_handler = StaticFilesHandler
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
apps.py
Edit
checks.py
Edit
finders.py
Edit
handlers.py
Edit
management
Edit
storage.py
Edit
testing.py
Edit
urls.py
Edit
utils.py
Edit
views.py
Edit