updates the ghuser on login
This commit is contained in:
parent
603c29c8b4
commit
055e10b97e
9 changed files with 166 additions and 62 deletions
|
|
@ -17,6 +17,7 @@ assert 'SECRET_KEY' in os.environ, 'Set SECRET_KEY in your .env file!'
|
|||
SECRET_KEY = os.environ['SECRET_KEY']
|
||||
|
||||
USE_L10N = USE_I18N = False
|
||||
USE_TZ = True
|
||||
|
||||
MEDIA_ROOT = os.path.join(PROJECT_DIR, 'media')
|
||||
MEDIA_URL = '/media/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue