novadata utils
Project description
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.
Project details
Release history Release notifications | RSS feed
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.3.9.tar.gz
(15.4 kB
view details)
File details
Details for the file novadata_utils-0.3.9.tar.gz
.
File metadata
- Download URL: novadata_utils-0.3.9.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 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 | 09741aa901fddf862f7bfd70c0aa0cfb5a7cf8ab528287be763fd881586ea01b |
|
MD5 | 471ccd5e6b9d7756201cf7e4f72a9363 |
|
BLAKE2b-256 | fd5c8c1b8b22861b50aac7a1810b9729b99a60daa89eafd6b2a8ce4006048400 |