diff options
| author | Bobby <[email protected]> | 2023-05-02 22:07:48 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-02 22:07:48 -0400 |
| commit | b3af25db8c5e5ec6216f954df407aac0836869f1 (patch) | |
| tree | fe87ad0cc22eac0618d17a37eddcef7f7611172b /ignis | |
| parent | 6d02e3857854d4a8c2abf70a2676f1e93ea867dd (diff) | |
| download | thatcomputerscientist-b3af25db8c5e5ec6216f954df407aac0836869f1.tar.xz thatcomputerscientist-b3af25db8c5e5ec6216f954df407aac0836869f1.zip | |
Update Image Directory
Diffstat (limited to 'ignis')
| -rw-r--r-- | ignis/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ignis/models.py b/ignis/models.py index 233ad420..e1f96669 100644 --- a/ignis/models.py +++ b/ignis/models.py @@ -2,7 +2,7 @@ from django.db import models from blog.models import Post from django.conf import settings -UPLOAD_ROOT = 'images/' if settings.DEBUG else f'../database/images/' +UPLOAD_ROOT = 'images/' # Only For Storing Images |
