This is the project repo for the ChudartZ & ChudartZ Collectibles websites.
docker compose -f docker-compose.dev.yml up --buildYou will get errors, this is normal since you need to run migrations. Keep the docker compose running, and switch to a new terminal.
Now run:
docker exec -it chudartz-web-1 python manage.py migrateNote: You only need to do this in the initial setup.
You also need to run:
docker exec -it chudartz-web-1 python manage.py collectstaticEvery time you have changed some static files.
Exposes page on 127.0.0.1:81 Switch between pokemon en darts via middleware.py