novadata utils
Package to facilitate your day to day as a Django developer.
Getting Started
Follow the step by step below to install and configure the package.
Dependencies
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.
Installation and configuration
pip install novadata-utils
Settings.py:
INSTALLED_APPS = [
...
'django_admin_listfilter_dropdown',
'django_object_actions',
'import_export',
'novadata_utils',
'rangefilter',
'rest_framework',
...
]
# After Django middlewares
MIDDLEWARE += ('crum.CurrentRequestUserMiddleware',)
Features
Access the docs to see the features and how to use them.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
novadata_utils-0.4.2.tar.gz
(15.5 kB
view details)
File details
Details for the file novadata_utils-0.4.2.tar.gz.
File metadata
- Download URL: novadata_utils-0.4.2.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.8.0 colorama/0.4.6 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c4963d4fd870486fc639c02004c830eaf157e87f5f68111b4a4754b32a96ee7
|
|
| MD5 |
2c0ec55ad0de8eeab6a192dfca6adb69
|
|
| BLAKE2b-256 |
b01dca8056611e6df611a5fc0d8f57c708e679f6e7e20f62457ef713e7c0cb87
|