Package to facilitate your day to day as a Django developer.
Follow the step by step below to install and configure the package.
Depends on the following packages (which will be installed automatically):
Django | Django Rest Framework | Django Admin List Filter Dropdown | Django Object Actions | Django Import Export | Django Crum.
pip install novadata-utilsSettings.py:
INSTALLED_APPS = [
...
'django_admin_listfilter_dropdown',
'django_object_actions',
'import_export',
'novadata_utils',
'rangefilter',
'rest_framework',
...
]
# After Django middlewares
MIDDLEWARE += ('crum.CurrentRequestUserMiddleware',)Access the docs to see the features and how to use them.