jambonrose / infinite-tundra-77435

Named after default name of heroku app in Python Web Dev 2.1 Class 2; Redirect all requests to official website.

Home Page:https://www.pywebdev.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read Me

During the second Python Web Dev class for Django 2.1, the default name for the app created by Heroku was infinite-tundra-77435.

To ensure this app name is not subsequently abused, this application unconditionally redirects https://infinite-tundra-77435.herokuapp.com/ to https://www.pywebdev.com/ , the official site for the classes.

Installation

This app requires:

  • Go 1.12.2+
  • Dep 0.5+

While dep ensure would normally install all of the dependencies for the application, this project is small enough that all of the dependencies are vendored under the vendor/ directory, following the advice in dep's FAQ.

Deployment

If you've just cloned the repo, you first need to know about the Heroku remote.

$ heroku git:remote -a infinite-tundra-77435

You can then make changes and push.

$ git push heroku master

What do you mean, where are the tests? What about CI? Pshah, this is life on the edge, my friend!

About

Named after default name of heroku app in Python Web Dev 2.1 Class 2; Redirect all requests to official website.

https://www.pywebdev.com/

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%