Skip to main content

Lots of helper functions and useful widgets for the django REST Framework.

Project description

Overview:

This package contains various useful helper functions for the django REST framework.

ATTENTION: This package is deprecated. All functionality will live on in the ai-django-core package. Please install it with the drf-extension enabled. More details in the changelog.

Installation:

  • Add a requirement to your requirements.txt:

    ai-drf-core

  • Add module to INSTALLED_APPS:

    ai-drf

  • Run migrations

Contribute

  • Clone the project locally

  • Create a new branch for your feature

  • Change the dependency in your requirements.txt to a local (editable) one that points to your local file system:

    -e /Users/myuser/workspace/ai-drf-core
    
  • Ensure the code passes the tests

  • Run:

    python setup.py develop

  • Create a pull request

Publish to PyPI

  • Run:

    python setup.py sdist upload

If you run into trouble, please create a file in your home directory: ~/.pypirc

[distutils]
index-servers =
    pypi

[pypi]
repository: https://upload.pypi.org/legacy/
username:
password:

Tests

  • Check coverage

    pytest --cov=ai-drf-core

  • Run tests

    pytest

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

ai-drf-core-1.0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

ai_drf_core-1.0.1-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

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