add default profile pic
This commit is contained in:
parent
901454f338
commit
211859e940
5 changed files with 11 additions and 1 deletions
|
|
@ -92,6 +92,7 @@ TEMPLATES = [
|
|||
'django.contrib.auth.context_processors.auth',
|
||||
'django.contrib.messages.context_processors.messages',
|
||||
'django.template.context_processors.request',
|
||||
# 'django.template.context_processors.media',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
@ -188,3 +189,5 @@ STATIC_URL = '/static/'
|
|||
|
||||
ALIAS_VALIDATOR_REGEX = r''
|
||||
|
||||
MEDIA_ROOT=os.path.join(BASE_DIR,"media")
|
||||
MEDIA_URL='/media/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue