More cleanup
moved login, logout and password change from website app to musicians
This commit is contained in:
@@ -78,8 +78,8 @@ STATIC_ROOT = PROJECT_PATH + '/static_collection'
|
||||
# Example: "http://example.com/static/", "http://static.example.com/"
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
LOGIN_URL="/login"
|
||||
PUBLIC_URLS=( "^login/?$", "^login/usernames/?$")
|
||||
LOGIN_URL="/musicians/login"
|
||||
PUBLIC_URLS=( "^musicians/login/?$", "^musicians/login/usernames/?$")
|
||||
|
||||
# Additional locations of static files
|
||||
STATICFILES_DIRS = (
|
||||
|
||||
Reference in New Issue
Block a user