No project description provided
Project description
django-smart-admin
SmartAdmin is a set of small Django Admin utilities that aims to remove some of the common annoying configuration issues:
Install
Simply comment django.contrib.admin in your INSTALLED_APPS and add smart_admin
INSTALLED_APPS = [
# "django.contrib.admin",
"smart_admin.template",
"smart_admin",
.....
]
Links
Stable |
||||
Development |
||||
Project home page: |
||||
Issue tracker: |
||||
Download: |
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
django-smart-admin-0.2.1.tar.gz
(10.4 kB
view details)
File details
Details for the file django-smart-admin-0.2.1.tar.gz
.
File metadata
- Download URL: django-smart-admin-0.2.1.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93135ed32f925edc3fc1b6956eec0b88115148b4c916ffaee077b73299a908f6 |
|
MD5 | 7c3111e408dbd64af22b29239c041db9 |
|
BLAKE2b-256 | e295b84f4e029be51998ce7dc554a3af0e367270d814c6c060dc812ae5712d42 |