Compare commits
1 Commits
44ffae7f99
...
fix/dev-st
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf1187bc65
|
@@ -4,6 +4,11 @@ DEBUG = True
|
|||||||
|
|
||||||
INTERNAL_IPS = ["127.0.0.1"]
|
INTERNAL_IPS = ["127.0.0.1"]
|
||||||
|
|
||||||
|
# Use plain static file storage in dev — CompressedManifestStaticFilesStorage
|
||||||
|
# (set in base.py) requires collectstatic to have been run and will 404 on
|
||||||
|
# every asset otherwise.
|
||||||
|
STATICFILES_STORAGE = "django.contrib.staticfiles.storage.StaticFilesStorage"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import debug_toolbar # noqa: F401
|
import debug_toolbar # noqa: F401
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user