Use a separate app for registration
This commit is contained in:
parent
0f77b9df9a
commit
49807d33d9
14 changed files with 168 additions and 133 deletions
|
|
@ -54,13 +54,14 @@ INSTALLED_APPS = [
|
|||
'rest_framework.authtoken',
|
||||
|
||||
# Note apps
|
||||
'api',
|
||||
'activity',
|
||||
'logs',
|
||||
'member',
|
||||
'note',
|
||||
'treasury',
|
||||
'permission',
|
||||
'api',
|
||||
'logs',
|
||||
'registration',
|
||||
'treasury',
|
||||
]
|
||||
LOGIN_REDIRECT_URL = '/note/transfer/'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue