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
+ 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-devartis-admin-0.1.6.tar.gz
.
File metadata
- Download URL: django-devartis-admin-0.1.6.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0dccfea65c53338629ba2cdc895402abdd5107f55a65fb511fd4d06764b1174a |
|
MD5 | 9098a92922223df6aa9d84497b21587b |
|
BLAKE2b-256 | 7ce872fd4a59a4de9df88c3f4f7c243822728e968e1da80c3f3f9931db48e35e |