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.30.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f50dab6b99671704008a6b47e32b9399d61659d7b1065837c3627e07f99cce02 |
|
MD5 | ba4171838c3bb45d89896d7a78abe2f4 |
|
BLAKE2b-256 | d346fa0134b8aa9605c0ab6fdf666ebdbe7af14aff1d9aa6a150ab72ebe35afb |
Hashes for hackoregon_sandbox-0.1.30-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3dc6f51facde1123ffc8b429a5305fb1b84923b42afff87e00c335e80446d32a |
|
MD5 | c42513a4b0c67e7cacdca1d397d2a972 |
|
BLAKE2b-256 | a680dc06fa031e36af87f8705ccde21c491d273ba07e0f92cac86a391354bdaf |