Browse Source

Update login redirect

pull/10/head
Hironsan 6 years ago
parent
commit
d7a1995719
2 changed files with 2 additions and 0 deletions
  1. 2
      doccano/app/app/settings.py
  2. BIN
      doccano/app/db.sqlite3

2
doccano/app/app/settings.py

@ -124,3 +124,5 @@ USE_TZ = True
# https://docs.djangoproject.com/en/2.0/howto/static-files/ # https://docs.djangoproject.com/en/2.0/howto/static-files/
STATIC_URL = '/static/' STATIC_URL = '/static/'
LOGIN_REDIRECT_URL = '/projects/'

BIN
doccano/app/db.sqlite3

Loading…
Cancel
Save