Skip to content

Commit

Permalink
add superuser and reset make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
axellorreyne committed Mar 12, 2024
1 parent 3dc671d commit a4268fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ lint:
docker exec pigeonhole-backend flake8 .
docker exec pigeonhole-frontend npm run lint

superuser:
docker exec -it pigeonhole-backend python manage.py createsuperuser

reset:
docker image prune -af
docker system prune

backendtest:
docker exec -it pigeonhole-backend sh /usr/src/app/backend/runtests.sh

Expand Down

0 comments on commit a4268fd

Please sign in to comment.