feat: wishlist view
This commit is contained in:
@@ -135,6 +135,8 @@ STATIC_ROOT = BASE_DIR / "static"
|
||||
MEDIA_URL = "/media/"
|
||||
MEDIA_ROOT = BASE_DIR / "media"
|
||||
|
||||
LOGIN_REDIRECT_URL = "/login/"
|
||||
|
||||
STORAGES = {
|
||||
"default": {
|
||||
"BACKEND": "django.core.files.storage.FileSystemStorage",
|
||||
|
||||
Reference in New Issue
Block a user