Skip to content

brobzilla/ladyluck

 
 

Repository files navigation

Web site for showing X-Wing dice luck.

If you'd like to contribute to this site, please contact me on github.

`heroku local` to run the app locally

configure .env to be the info for the DB
```
DATABASE_URL=postgres:///ladyluck_db
```


I also added `create_database.py` to help make the postgres DB easier.

Then pushed DB to heroku with 
`heroku pg:push ladyluck_db DATABASE_URL `




Because I'm old and I can't remember how to deploy once every month.
```
git push heroku master
```

About

A Vassal log parser and statistics calculator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.2%
  • HTML 21.5%
  • CSS 10.3%
  • Java 3.0%