Skip to content

Instantly share code, notes, and snippets.

@ydaniv
Last active December 13, 2015 23:49
Show Gist options
  • Save ydaniv/4994401 to your computer and use it in GitHub Desktop.
Save ydaniv/4994401 to your computer and use it in GitHub Desktop.
import os
PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__))
DEBUG = True
FIXTURES = (
'dev/sites',
'dev/objects',
'pages',
)
SESSION_COOKIE_DOMAIN='obudget.dev'
INTERNAL_IPS = ('127.0.0.1',)
DEBUG_TOOLBAR_CONFIG = {
'INTERCEPT_REDIRECTS': False,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment