nord
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

production.py
text/x-python

Download raw (95 bytes)

from .base import *

DEBUG = False

try:
    from .local import *
except ImportError:
    pass