Support for actually setting an avatar and note on the user in the admin

This commit is contained in:
Danielle McLean 2017-10-23 11:53:51 +11:00
parent 24c83674ba
commit c22e807fa4
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
3 changed files with 15 additions and 4 deletions

View file

@ -137,6 +137,9 @@ COMPRESS_PRECOMPILERS = (
('text/stylus', os.path.join(BASE_DIR, 'node_modules', '.bin', 'stylus') + ' {infile} -o {outfile}'),
)
MEDIA_URL = STATIC_URL + 'media/'
MEDIA_ROOT = os.path.join(STATIC_ROOT, 'media')
# Settings specific to lemoncurry
LEMONCURRY_SITE_NAME = '00dani.me'