Metadata-Version: 1.2
Name: admin-favorite
Version: 1.0
Summary: Mark most used app to favorite in Django admin
Home-page: https://github.com/achintyachaudhary/admin_favorite/
Author: Achintya Ranjan Chaudhary
Author-email: achintyac77@gmail.com
License: MIT
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'))`
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
