Skip to main content

2019 Sandbox backend API

Project description

hackoregon_sandbox

Build Status

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hackoregon_sandbox-1.52.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

hackoregon_sandbox-1.52-py2.py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page