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.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fea8b268f8b63bc22ee54c70aae8be107a5c8faa0cdf752abf186936d263581 |
|
MD5 | de94589eb7008aecd47fadcb9efc786d |
|
BLAKE2b-256 | b3aa5ee22c863168d2d98831d2878efba52bc1d421e1343fef8a7957077c6925 |