upload avatars (nonfunctional)
This commit is contained in:
@ -128,3 +128,5 @@ USE_TZ = True
|
||||
# https://docs.djangoproject.com/en/2.0/howto/static-files/
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
MEDIA_URL = '/images/'
|
||||
MEDIA_ROOT = os.path.join(BASE_DIR, MEDIA_URL)
|
||||
|
Reference in New Issue
Block a user