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
File details
Details for the file hackoregon_sandbox-1.64.tar.gz
.
File metadata
- Download URL: hackoregon_sandbox-1.64.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d89cd5087576c744dcfd441017bf7a7d31587ce8fcad8dddc491cf718939fcda |
|
MD5 | 8f712438a870b0ffb0e09acd4305454c |
|
BLAKE2b-256 | e9e7620dd04a47b0bf741c73152077cabdc3f45fea23bf277b59cd51ec2319b2 |
File details
Details for the file hackoregon_sandbox-1.64-py2.py3-none-any.whl
.
File metadata
- Download URL: hackoregon_sandbox-1.64-py2.py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46c7b609c4212c9e704acbea4abfd5122f716ce79eca2fa45068ed8e06a511d3 |
|
MD5 | 0bebe4a02a136e716accec23354422e9 |
|
BLAKE2b-256 | d09156231f1d345bc5e6bbc586ab8003c64645f06b49c12d366ff3a885d71526 |