rebelstuff

Keep track of your stuff
git clone https://git.ce9e.org/rebelstuff.git

commit
e5ed192844d2d7ab0a5437d658eaf8ad92c57ee5
parent
31de15c4d146268cbf7ebedcb4e5e774a50a3aac
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-02-29 12:17
fix login url

Diffstat

M settings/base.py 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/settings/base.py b/settings/base.py

@@ -97,3 +97,4 @@ USE_TZ = True
   97    97 # https://docs.djangoproject.com/en/2.2/howto/static-files/
   98    98 
   99    99 STATIC_URL = '/static/'
   -1   100 LOGIN_URL = '/login/'