Django “admin-favorite”
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.
Here are links below to checkout my work -
Live app … https://admin-favorite.herokuapp.com/admin
Github … https://github.com/achintyachaudhary/admin_favorite
Documentation (pending -_-) … https://admin-favorite.readthedocs.io/en/stable/
You can install this library in your project by running the command below, hope you like this project …
pip install admin-favorite