10 lines
275 B
INI
10 lines
275 B
INI
[General]
|
|
# You MUST change this for production. Not doing so is a major vulnerability
|
|
secret_key=5up3r s3cr3t k3y
|
|
|
|
#Changes where the site stores it's data
|
|
#See https://github.com/kennethreitz/dj-database-url
|
|
#For configuration details
|
|
database=sqlite:///database.sqlite3
|
|
|