Skip to main content

novadata utils

Project description

novadata utils

Pacote para facilitar o seu dia a dia como programador Django.

Getting Started

Dependências

Django Django Rest Framework

Installation

pip install novadata-utils

Settings.py:

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

Urls.py principal:

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

MIDDLEWARE += ('crum.CurrentRequestUserMiddleware',)


Rode os seguintes comandos:
```python
python manage.py makemigrations
python manage.py migrate

Features

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.2.5.tar.gz (11.4 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