Skip to main content

An extension for Django admin that makes interface good for mobile and tablets.

Project description

Description

django-flat-responsive is an extension for Django admin and django-flat-theme that makes interface good for mobile and tablets. This app adds CSS file which contains specific media queries for mobile devices.

Installation

Install via pip: pip install django-flat-responsive

For Django 1.9+

Put flat_responsive app in your INSTALLED_APPS before django.contrib.admin:

INSTALLED_APPS = (
    ...
    'flat_responsive',
    'django.contrib.admin',
    ...
)

For older Django versions

If you use Django version older than 1.9 this app will work properly only in pair with django-flat-theme. Put flat_responsive app in your INSTALLED_APPS before flat:

INSTALLED_APPS = (
    ...
    'flat_responsive',
    'flat',
    'django.contrib.admin',
    ...
)

Compatibility

Works in modern mobile browsers which support CSS Flxebox.

Testing

Tested in:

  • iOS Safari 9+

  • Android Browser 4.4

  • Chrome for iOS 53

  • Chrome for Android 53

If you found any issues or want this app to support other browser versions - please report here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-flat-responsive-1.0.0.tar.gz (5.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page