2019 Sandbox backend API
Project description
hackoregon_sandbox
2019 Sandbox backend API
Documentation
The full documentation is at <http://hackoregon.github.io/>2019-sandbox-backend
Features
- TODO (add what your project does)
Data Sources
Quickstart to install package in your own Django Project (Non-Hack
Oregon Workflow)
Install hackoregon_sandbox:
pip install hackoregon_sandbox
Add subpackages to your INSTALLED_APPS
:
`` ` python INSTALLED_APPS = ( ... 'api', ... ) ```
Add hackoregon_sandbox's URL patterns:
`` ` python from hackoregon_sandbox.api import urls as api_urls urlpatterns = [ ... url(r'^', include(api_urls)), ... ] ```
Setup your database with a matching schema
Run the project
Running Tests
This repo uses pytest and pytest-django to run tests.
For project development work, tests will be run in docker container using the bin/test.sh script:
Credits
Tools used in rendering this package:
CHANGELOG
0.1.0 (2019-05-29) ++++++++++++++++++
- 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
Built Distribution
Hashes for hackoregon_sandbox-1.64-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46c7b609c4212c9e704acbea4abfd5122f716ce79eca2fa45068ed8e06a511d3 |
|
MD5 | 0bebe4a02a136e716accec23354422e9 |
|
BLAKE2b-256 | d09156231f1d345bc5e6bbc586ab8003c64645f06b49c12d366ff3a885d71526 |