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
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
django-df-api-0.0.3.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file django-df-api-0.0.3.tar.gz
.
File metadata
- Download URL: django-df-api-0.0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46886ac94cc6e33b8a6860e07e16035e894a9938b56db4d0c74058c11f8de9c1 |
|
MD5 | 13d85eb4f3e79f1c2814e7f894b2ec61 |
|
BLAKE2b-256 | 7d02a72fb96d2b0e73f4a8a3d0d9f99fbc4058c01df97ef81aad1994eb0544e5 |
File details
Details for the file django_df_api-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: django_df_api-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b780ec8be905858c928be10e71ad48bb969d6081bc5f67e0e940a39f1b82680 |
|
MD5 | 9302511e57ac70498b5eeaac23aa762a |
|
BLAKE2b-256 | a08c3958281d11a3e8cb264d3b17a9f4dfcd496a8870846a41eddad8f66b8077 |