Skip to content

Commit

Permalink
django.contrib.admin needs django.contrib.staticfiles for the styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebryant committed Oct 9, 2014
1 parent 95bc6ea commit abef49c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_autoconfig/contrib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.messages',
'django.contrib.staticfiles',
],
'AUTOCONFIG_EXTRA_URLS': [
'django_autoconfig.contrib.admin',
Expand Down

0 comments on commit abef49c

Please sign in to comment.