fixed settings and user management.

This commit is contained in:
ajurna
2020-05-14 14:21:07 +01:00
parent fca993213a
commit 02bed2e7d8
2 changed files with 7 additions and 6 deletions

View File

@@ -110,8 +110,6 @@ STATICFILES_DIRS = [
os.path.join(BASE_DIR, "static"),
]
print(STATICFILES_DIRS)
LOGIN_REDIRECT_URL = "/comic/"
LOGIN_URL = "/login/"