django-df-api-drf
Project description
Django DF API DRF
Module for automatic including Djangoflow apps API to your project.
Installation:
- Install the package
pip install django-df-api-drf
- Add the package to your INSTALLED_APPS
INSTALLED_APPS = [
...
'df_api_drf',
...
]
- Add the package to your urls.py
urlpatterns = [
...
path("api/v1/", include("df_api_drf.urls")),
...
]
Development
Installing dev requirements:
pip install -e .[test]
Installing pre-commit hook:
pre-commit install
Running tests:
pytest
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
Built Distribution
Close
Hashes for django_df_api_drf-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fb7f5ab2612b9d5129a52303861094c2fce1562887ed81d7c056c37305e8e9a |
|
MD5 | 6a7fe53537a1c19bf0f51ac3f6fa62b0 |
|
BLAKE2b-256 | ecd81d11dc822cec7cdf1c0a826dcf79ab05e90f4b82dda6436f61cc0b935cb4 |