Skip to content

Commit

Permalink
remove staticfiles
Browse files Browse the repository at this point in the history
django-staticfiles is already part of Django since 1.3
  • Loading branch information
trbs committed Jan 20, 2020
1 parent 220d601 commit aaf5c69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions django_extensions/management/commands/runserver_plus.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ def gen_filenames():
elif 'django.contrib.staticfiles' in settings.INSTALLED_APPS:
from django.contrib.staticfiles.handlers import StaticFilesHandler
USE_STATICFILES = True
elif 'staticfiles' in settings.INSTALLED_APPS:
from staticfiles.handlers import StaticFilesHandler # noqa
USE_STATICFILES = True
else:
USE_STATICFILES = False
except ImportError:
Expand Down

0 comments on commit aaf5c69

Please sign in to comment.