jwilson / stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation and running this solution

start app

docker-compose up -d
docker exec stats_django_1 /bin/sh -c "/app/./init.sh"

run

browse to http://localhost:8000

post coding session

  • the reason i don't think to use f strings is that the existing codebase is py2

About

License:MIT License


Languages

Language:Python 68.7%Language:HTML 25.7%Language:Dockerfile 4.4%Language:Shell 0.6%Language:CSS 0.5%