Skip to content

ojplg/gotdp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotdp

Learning some Python. Learning some Django.

The application is a Game of Thrones Death Pool. Users can make predictions about which characters will live and which will die.

http://gameofthronesdeathpool.net

Technical

  • Python 3
  • Django 2
  • PostgresDB
    • DB named "gotdp"
    • Owner named "gotdp_user"
    • Password "gotdp_password"

TODO

  • Password recovery. But, really, why?