mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-13 10:03:49 -05:00
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:
parent
2d4008371b
commit
39afe41f08
1
Pipfile
1
Pipfile
@ -12,7 +12,6 @@ django-cors-headers = "*"
|
|||||||
django-crispy-forms = "*"
|
django-crispy-forms = "*"
|
||||||
django-extensions = "*"
|
django-extensions = "*"
|
||||||
django-filter = "*"
|
django-filter = "*"
|
||||||
django-flat-responsive = "*"
|
|
||||||
djangorestframework = "*"
|
djangorestframework = "*"
|
||||||
factory-boy = "*"
|
factory-boy = "*"
|
||||||
filemagic = "*"
|
filemagic = "*"
|
||||||
|
9
Pipfile.lock
generated
9
Pipfile.lock
generated
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "f349fa350cdef16f1b8673d7a317516c0682a801e2039d1d7dc25d90ea2aed38"
|
"sha256": "e20c2294bcafd346ee57901df94a515a12976ed192dc37df848b39b56bdd1f4b"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {},
|
"requires": {},
|
||||||
@ -144,13 +144,6 @@
|
|||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==2.0.0"
|
"version": "==2.0.0"
|
||||||
},
|
},
|
||||||
"django-flat-responsive": {
|
|
||||||
"hashes": [
|
|
||||||
"sha256:451caa2700c541b52fb7ce2d34d3d8dee9e980cf29f5463bc8a8c6256a1a6474"
|
|
||||||
],
|
|
||||||
"index": "pypi",
|
|
||||||
"version": "==2.0"
|
|
||||||
},
|
|
||||||
"djangorestframework": {
|
"djangorestframework": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:b6714c3e4b0f8d524f193c91ecf5f5450092c2145439ac2769711f7eba89a9d9",
|
"sha256:b6714c3e4b0f8d524f193c91ecf5f5450092c2145439ac2769711f7eba89a9d9",
|
||||||
|
@ -11,7 +11,6 @@ django-cors-headers==2.4.0
|
|||||||
django-crispy-forms==1.7.2
|
django-crispy-forms==1.7.2
|
||||||
django-extensions==2.1.2
|
django-extensions==2.1.2
|
||||||
django-filter==2.0.0
|
django-filter==2.0.0
|
||||||
django-flat-responsive==2.0
|
|
||||||
django==2.0.8
|
django==2.0.8
|
||||||
djangorestframework==3.8.2
|
djangorestframework==3.8.2
|
||||||
docopt==0.6.2
|
docopt==0.6.2
|
||||||
|
@ -68,7 +68,6 @@ INSTALLED_APPS = [
|
|||||||
"reminders.apps.RemindersConfig",
|
"reminders.apps.RemindersConfig",
|
||||||
"paperless_tesseract.apps.PaperlessTesseractConfig",
|
"paperless_tesseract.apps.PaperlessTesseractConfig",
|
||||||
|
|
||||||
"flat_responsive", # TODO: Remove as of Django 2.x
|
|
||||||
"django.contrib.admin",
|
"django.contrib.admin",
|
||||||
|
|
||||||
"rest_framework",
|
"rest_framework",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user