1
0
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:
Hidden Z 2010-10-29 18:04:20 +00:00
parent 27d9aadbe8
commit f97b6f953a

View File

@ -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'
"""