minecraftcodex/tests/local_settings.py

13 lines
215 B
Python
Raw Normal View History

2013-05-20 12:03:07 +00:00
LOCAL_SETTINGS = True
from herobrine.settings import *
DEBUG = True
TEMPLATE_DEBUG = DEBUG
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'dev_ddbb.sqlite',
}
}