Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
create default site
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Sephton committed Sep 9, 2011
1 parent e8cb9cd commit 005b1d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_settings.py
Expand Up @@ -3,7 +3,10 @@
INSTALLED_APPS = [
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sites',
'snippetscream',
]

ROOT_URLCONF = 'snippetscream.tests.urls'

CREATE_DEFAULT_SITE = True

0 comments on commit 005b1d5

Please sign in to comment.