Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

willkg/postatus

Repository files navigation

README

Summary

SUMO and Input generate postatus.txt files during deployment. This is a webapp that parses those files and generates a series of links to take a lot of the manual labor out of writing up bugs for issues discovered.

Note

This is a copy-and-paste hacked-together monstrosity that does what I wanted it to do.

It's a prototype.

It's pre-alpha.

Its future is unknown. I may never work on this again.

Install and configure

  1. Create a virtual environment.
  2. Install dependencies for development:

    $ pip install -r requirements-dev.txt

    or for running it:

    $ pip install -r requirements.txt
  3. Read through postatus/settings.py and if you think you need to change settings, open up a bug.

Run server

Run:

$ python manage.py runserver

Deploy this

Use the postatus/wsgi.py file and a wsgi runner.

About

totally uninteresting webapp i threw together one day for sumo/input

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published