Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hackoregon-sandbox

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hackoregon-sandbox

2019 Sandbox backend API

  • 1.64
  • PyPI
  • Socket score

Maintainers
1

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc