Skip to content

claduva/pdlonline

Repository files navigation

Pokemon Draft League

A Pokemon Draft League platform: pokemondraftleague.online

Running

You can run this locally simply using the docker-compose file:

docker-compose up

Then create a superuser using:

docker-compose exec backend python manage.py createsuperuser

And then populate the database with pokemon data

docker-compose exec backend python manage.py import_pokemons

You can then access the website using localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors