Skip to main content

django-df-api

Project description

Django DF API

Module for automatic including Djangoflow apps API to your project.

Installation:

  • Install the package
pip install django-df-api
  • Add the package to your INSTALLED_APPS
INSTALLED_APPS = [
    ...
    'df_api',
    ...
]
  • Add the package to your urls.py
urlpatterns = [
    ...
    path("api/v1/", include("df_api.urls")),
    ...
]

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

django-df-api-0.0.3.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

django_df_api-0.0.3-py3-none-any.whl (3.5 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