mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-06 09:57:57 +00:00
Actually support logging in without using the admin interface
This commit is contained in:
@ -70,6 +70,10 @@ TEMPLATE_DIRS = (
|
||||
'../templates/',
|
||||
)
|
||||
|
||||
LOGIN_URL='/account/login/'
|
||||
LOGIN_REDIRECT_URL='/account/'
|
||||
LOGOUT_URL='/account/logout/'
|
||||
|
||||
INSTALLED_APPS = [
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
|
Reference in New Issue
Block a user