A DRF API for Huey
Project description
A DRF API for Huey
Documentation
The full documentation is at https://huey-drf-api.readthedocs.io. (Except it isn’t, not yet.)
Quickstart
Install Huey DRF API:
pip install huey-drf-api
Add it to your INSTALLED_APPS:
INSTALLED_APPS = ( ... 'hueydrfapi', ... )
Add Huey DRF API’s URL patterns:
urlpatterns = [ ... path('', include('hueydrfapi.urls', namespace='hueydrfapi')), ... ]
Features
- TODO
Running Tests
- TODO: write tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
History
0.1.0 (2019-04-03)
- First release on PyPI.
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
huey-drf-api-0.2.0.tar.gz
(6.7 kB
view hashes)