Add signup link, customize templates
This commit is contained in:
parent
09137dd9d7
commit
8f1caddbe0
15 changed files with 607 additions and 111 deletions
|
|
@ -52,3 +52,8 @@ SESSION_COOKIE_AGE = 60 * 60 * 3
|
|||
# CAS Client settings
|
||||
# Can be modified in secrets.py
|
||||
CAS_SERVER_URL = "https://note.comby.xyz/cas/"
|
||||
|
||||
|
||||
STATIC_ROOT = '' # not needed in development settings
|
||||
STATICFILES_DIRS = [
|
||||
os.path.join(BASE_DIR, 'static')]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue