Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anaschwendler/356d2886992bd29890646c35fab02107 to your computer and use it in GitHub Desktop.
Save anaschwendler/356d2886992bd29890646c35fab02107 to your computer and use it in GitHub Desktop.
tests/settings.py
import os
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
INSTALLED_APPS = (
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'public_admin',
'tests'
)
SECRET_KEY = 'foobar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment