Skip to content

Commit

Permalink
system config
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieHan committed Nov 17, 2018
1 parent 0b47673 commit 9d149a6
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 131 deletions.
145 changes: 15 additions & 130 deletions .idea/workspace.xml

Large diffs are not rendered by default.

Binary file modified apps/__pycache__/custom.cpython-36.pyc
Binary file not shown.
Binary file modified apps/system/__pycache__/models.cpython-36.pyc
Binary file not shown.
Binary file modified apps/system/__pycache__/views.cpython-36.pyc
Binary file not shown.
Binary file modified apps/system/__pycache__/views_menu.cpython-36.pyc
Binary file not shown.
Binary file modified apps/system/__pycache__/views_role.cpython-36.pyc
Binary file not shown.
Binary file modified apps/system/__pycache__/views_structure.cpython-36.pyc
Binary file not shown.
Binary file modified apps/system/__pycache__/views_user.cpython-36.pyc
Binary file not shown.
Binary file modified db.sqlite3
Binary file not shown.
Binary file modified sandboxMP/__pycache__/settings.cpython-36.pyc
Binary file not shown.
8 changes: 7 additions & 1 deletion sandboxMP/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,10 @@
'/media/',
'/admin/',
'/ckeditor/',
]
]

# session timeout

SESSION_COOKIE_AGE = 60 * 20
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
SESSION_SAVE_EVERY_REQUEST = True

0 comments on commit 9d149a6

Please sign in to comment.