mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-09 05:14:22 +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 *
|
||||
except ImportError:
|
||||
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