- Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsettings.py
More file actions
Latest commit
25 lines (21 loc) · 449 Bytes
/
Copy pathsettings.py
File metadata and controls
25 lines (21 loc) · 449 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Site Configurations
# DEBUG MODE
"""
If set to TRUE, then you will pass throu the create super user section.
NOTE: DO NOT SET DEBUG + TRUE IN PRODUCTION!!!
"""
DEBUG=False
# SUPER ADMIN
"""
SUPER ADMIN CHECK
"""
SUPER_ADMIN=''
SUPER_ADMIN_PW=""
# FIRST RUN
"""
IF THE SUPER USER NOT CREATED THEN TRUE
"""
FIRST_RUN=True
# USER
CURRENT_USER=''# Current user in this session
CURRENT_USER_ROLE=''# CURRENT USER ROLE IN THIS SESSION