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-0.1.31.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95818b2aea94fb4b22f143c5adf5cba6166caa54481a3a8f4f6f65a383988501 |
|
MD5 | d0b7fe1ad058fb0f518c7e012ab8b43c |
|
BLAKE2b-256 | a1b3f4ff60fffa16f96733e1c0d509abb08c2e3a40f479cb10c356e6c4992743 |
Hashes for hackoregon_sandbox-0.1.31-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55e3628fd406ef7034add576f114cfe9404573523f1dd204699bf8716cf5aa3c |
|
MD5 | bb157f9eb8c9f150acb4971398803f9d |
|
BLAKE2b-256 | 9b4a12237ca3b5c7c9150a1bd5ac18254aee73516911562906c64642e3db1c24 |