forms forms forms
This commit is contained in:
parent
3d09d355eb
commit
789b9a1dc0
13 changed files with 71 additions and 100 deletions
|
@ -119,4 +119,5 @@ USE_TZ = True
|
|||
|
||||
STATIC_URL = '/static/'
|
||||
MEDIA_URL = '/images/'
|
||||
MEDIA_ROOT = os.path.join(BASE_DIR, MEDIA_URL)
|
||||
# TODO: this super doesn't work when I do a join on BASE_DIR
|
||||
MEDIA_ROOT = '/Users/mouse/Personal/fedireads/images/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue