Mark most used app to favorite in Django admin
Project description
Mark most usable app as favorite in django admin
https://admin-favorite.herokuapp.com/admin/
Author : Achintya Ranjan Chaudhary
![alt text](https://img.shields.io/website?url=https://admin-favorite.herokuapp.com/admin) ![alt text](https://img.shields.io/apm/l/docker)
Steps to add this library to your project
Step 1 : Install library in your project by running command below
pip install admin-favorite
Step 2 : Add app name in your INSTALLED_APPS, make sure this is above ‘django.contrib.admin’ in your project
‘admin_favorite’,
Step 3 : Add the path in your django project urls.py file
path(‘’, include(‘admin_favorite.urls’))
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 admin_favorite-1.0.tar.gz
.
File metadata
- Download URL: admin_favorite-1.0.tar.gz
- Upload date:
- Size: 40.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0d177658943ec23c0da5658482e0219f9398c5eade64f87b4104ed7d94f71f3 |
|
MD5 | 7d4f1f68b44ff9382170e179ece1b8e8 |
|
BLAKE2b-256 | 492636a80e908a0857d85a02a042e9f9eddbde0901a9436746f89d340bff4255 |