mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Merge pull request #184 from elohmeier/master
Include responsive/mobile UI
This commit is contained in:
commit
701ef2f919
@ -12,6 +12,7 @@ python-dotenv>=0.3.0
|
|||||||
python-gnupg>=0.3.8
|
python-gnupg>=0.3.8
|
||||||
pytz>=2015.7
|
pytz>=2015.7
|
||||||
gunicorn==19.6.0
|
gunicorn==19.6.0
|
||||||
|
django-flat-responsive==1.2.0
|
||||||
|
|
||||||
# For the tests
|
# For the tests
|
||||||
pytest
|
pytest
|
||||||
|
@ -52,6 +52,7 @@ if _allowed_hosts:
|
|||||||
|
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
|
|
||||||
|
'flat_responsive',
|
||||||
'django.contrib.admin',
|
'django.contrib.admin',
|
||||||
'django.contrib.auth',
|
'django.contrib.auth',
|
||||||
'django.contrib.contenttypes',
|
'django.contrib.contenttypes',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user