generated from bisco/codex-bootstrap
feat(shows): add uploaded show images
This commit is contained in:
@@ -116,6 +116,8 @@ if "test" in sys.argv:
|
||||
|
||||
STATIC_URL = "/static/"
|
||||
STATIC_ROOT = BASE_DIR / "staticfiles"
|
||||
MEDIA_URL = "/media/"
|
||||
MEDIA_ROOT = BASE_DIR / "media"
|
||||
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
|
||||
|
||||
REST_FRAMEWORK = {
|
||||
|
||||
Reference in New Issue
Block a user