Skip to main content

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


Download files

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

Source Distribution

admin_favorite-1.0.tar.gz (40.0 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