@@ -19,6 +19,7 @@ install: env ## Make venv and install requirements
migrate:## Make and run migrations
pipenv run python manage.py makemigrations
pipenv run python manage.py migrate
pipenv run python manage.py collectstatic --noinput
.PHONY:test
test:## Run tests
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.