mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-08-26 21:52:40 +00:00
web/settings.py: add template for local settings
This commit is contained in:
parent
27d9aadbe8
commit
f97b6f953a
@ -103,3 +103,11 @@ try:
|
|||||||
from local_settings import *
|
from local_settings import *
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
# template for local settings:
|
||||||
|
"""
|
||||||
|
SECRET_KEY = 'topsecret'
|
||||||
|
SITE_NAME = 'My cool registration service'
|
||||||
|
DOMAIN = 'example.i2p'
|
||||||
|
|
||||||
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user