Skip to main content

novadata utils

Project description

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 Advanced Filters

  • Django Admin List Filter Dropdown

  • Django Object Actions

  • Django Import Export

  • Django Crum

Installation and Configuration

pip install novadata-utils

Settings.py:

INSTALLED_APPS = [
   ...
   'advanced_filters',
   'django_admin_listfilter_dropdown',
   'django_object_actions',
   'import_export',
   'novadata_utils',
   'rangefilter',
   'rest_framework',
   ...
]

# After Django middlewares
MIDDLEWARE += ('crum.CurrentRequestUserMiddleware',)

Main urls.py:

urlpatterns = [
   ...
   path('advanced_filters/', include('advanced_filters.urls')),
   ...
]

Features

Access the docs to see the features and how to use them.

Project details


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.7.tar.gz (15.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page