Skip to main content

A devartis theme for the django admin site

Project description

+ pip install https://github.com/devartis/django-devartis-admin/archive/0.1.6.zip

+ Add devartis-admin before contrib.admin
INSTALLED_APPS = (
'devartis_admin',
'django.contrib.admin',

+ Make sure you have sites app installed and you added a SITE_ID on your settings
INSTALLED_APPS = (
...
'django.contrib.sites',
...
SITE_ID = 1

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-devartis-admin-0.1.6.tar.gz (6.8 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