Skip to content

Commit

Permalink
Merge pull request compserv#208 from jameslzhu/makefile-fix
Browse files Browse the repository at this point in the history
Fix makefile duplicate 'createsuperuser'
  • Loading branch information
jameslzhu committed Apr 3, 2020
2 parents 6877c76 + 897b58a commit 3e4d939
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ venv: Pipfile Pipfile.lock
createsuperuser:
HKNWEB_MODE='dev' pipenv run python ./manage.py createsuperuser

.PHONY: superuser
createsuperuser:
HKNWEB_MODE='dev' pipenv run python ./manage.py createsuperuser
superuser: createsuperuser

.PHONY: migrate
migrate:
Expand Down

0 comments on commit 3e4d939

Please sign in to comment.