Skip to main content

Backend server for the smokejs project

Project description

Mirrors is the back end (or content repository, if you will) Django application for the Smoke and Mirrors project.

Requirements

  • Postgres 9.4+

  • Python 3
    • django 1.7

    • django rest framework

    • psycopg2

    • sphinx

Installation

Installation is easy:

bash
cd /path/to/mirrors
pip install -e ./

Testing

To run the tests enter these commands:

bash
cd sample_project
python manage.py test mirrors

If you want to get all of the test coverage, run this:

bash
coverage run --source='../mirrors/mirrors' --omit='*migrations*' manage.py test mirrors; coverage html

Documentation

The actual docs can be found at http://mj-gitlab-docs.s3.amazonaws.com/mirrors/html/index.html and in the docs directory of this project. Just run make inside of it and it’ll build you a nice, readable version of our API.

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

mirrors-0.0.1-1.tar.gz (34.0 kB view hashes)

Uploaded Source

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