diff options
| author | Bobby <[email protected]> | 2023-05-02 22:04:13 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-02 22:04:13 -0400 |
| commit | 6d02e3857854d4a8c2abf70a2676f1e93ea867dd (patch) | |
| tree | 39d1b3255220e04b9619eeb6b95d325b20ae9c5b /ignis | |
| parent | 4d2a4089529205bf326562ac81c4b3a7ee856a9b (diff) | |
| download | thatcomputerscientist-6d02e3857854d4a8c2abf70a2676f1e93ea867dd.tar.xz thatcomputerscientist-6d02e3857854d4a8c2abf70a2676f1e93ea867dd.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 aba58c1d..233ad420 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'{settings.BASE_DIR}/../database/images/' +UPLOAD_ROOT = 'images/' if settings.DEBUG else f'../database/images/' # Only For Storing Images |
