Skip to content

A central repository for managing multiple shows - from their tools and HUDs, to the pre- and post-show tasks needed to run it.

Notifications You must be signed in to change notification settings

wdwnt/ShowCenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShowCenter

A central repository for all shows WDWNT runs - along with tools to help facilitate content creation and show promotion.

This application supports the Getting Started with Python on Heroku article - check it out.

Running Locally

Make sure you have Python installed properly. Also, install the Heroku CLI and Postgres.

$ git clone [email protected]:heroku/python-getting-started.git
$ cd python-getting-started

$ pipenv install

$ python manage.py migrate
$ python manage.py collectstatic

$ heroku local

Your app should now be running on localhost:8000.

Deploying to Heroku

$ heroku create
$ git push heroku master

$ heroku run python manage.py migrate
$ heroku open

or

Deploy

Documentation

For more information about using Python on Heroku, see these Dev Center articles:

About

A central repository for managing multiple shows - from their tools and HUDs, to the pre- and post-show tasks needed to run it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published