Skip to content

kvikshaug/tv-tracker

Repository files navigation

TV Tracker

Build Status Requirements Status

Keep track of the TV series you're watching, what episodes you've seen and when the next one is coming out.

Development

Environment

Start development server

docker-compose up

Compile statics

docker-compose run --rm builder sass --scss --update scss:css
docker-compose run --rm app ./manage.py collectstatic --noinput

QA

docker-compose run --rm app flake8 --config=flake8.cfg .
docker-compose run --rm app ./manage.py test

About

TV series tracker (web based, built on Django)

Resources

Stars

Watchers

Forks

Packages

No packages published