Django “admin-favorite”

aR chaudhary
1 min readNov 10, 2020

--

Photo by Tianyi Ma on Unsplash

Hi, recently I have published my first django library, which is Admin-favorite.

The point of creating this library is sometimes we have lots of app in django admin homepage and few of them have common prefix, so most of the time we end up searching for that particular model name on django admin, so this app has very simple concept to bookmark or favorite that app at the top of the page so that you don’t need to waste your time searching for that again and again. And once you don’t need that app anymore you can unfavorite that model and it will disappear from there.

You can install this library in your project by running the command below, hope you like this project …

pip install admin-favorite

--

--

aR chaudhary
aR chaudhary

Written by aR chaudhary

Senior Software Engineer 👨‍💻

No responses yet