Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add SITE_ID for django 1.3 test suite compatibility
  • Loading branch information
Lukas Linhart committed Jan 24, 2012
1 parent 9848ee0 commit 4f8b9bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testonetwoproject/settings.py
Expand Up @@ -60,5 +60,7 @@
DST_FLUSH_DJANGO_CACHE = True
NONSENSICAL_SETTING_ATTRIBUTE_FOR_MOCK_TESTING = "owned"

SITE_ID=1

from config import *

2 changes: 2 additions & 0 deletions testproject/settings.py
Expand Up @@ -64,5 +64,7 @@

DEBUG = True

SITE_ID=1

from config import *

0 comments on commit 4f8b9bc

Please sign in to comment.