Skip to content

Commit

Permalink
Add staticfiles to installed apps in Django test project
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Apr 4, 2014
1 parent 72262a4 commit 3e595b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quicktest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class QuickDjangoTest(object):
"""
DIRNAME = os.path.dirname(__file__)
INSTALLED_APPS = [
'django.contrib.staticfiles',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
Expand Down

0 comments on commit 3e595b7

Please sign in to comment.