Drop django-flat-responsive

It's not necessary for Django 2.0+ as the new system is responsive by
default.
This commit is contained in:
Daniel Quinn
2018-09-02 21:25:30 +01:00
parent 2d4008371b
commit 39afe41f08
4 changed files with 1 additions and 11 deletions

View File

@@ -68,7 +68,6 @@ INSTALLED_APPS = [
"reminders.apps.RemindersConfig",
"paperless_tesseract.apps.PaperlessTesseractConfig",
"flat_responsive", # TODO: Remove as of Django 2.x
"django.contrib.admin",
"rest_framework",