remove makefile
This commit is contained in:
parent
3049ed2665
commit
d54bd2a84f
17
Makefile
17
Makefile
|
@ -1,17 +0,0 @@
|
|||
SETTINGS = bornhack.settings.development
|
||||
|
||||
all: migrate superuser run
|
||||
|
||||
migrations:
|
||||
./dev.sh makemigrations --settings=$(SETTINGS)
|
||||
|
||||
migrate:
|
||||
./dev.sh migrate --settings=$(SETTINGS)
|
||||
|
||||
superuser:
|
||||
./dev.sh createsuperuser --settings=$(SETTINGS)
|
||||
|
||||
run:
|
||||
./dev.sh runserver --settings=$(SETTINGS)
|
||||
|
||||
.PHONY = all migrations migrate superuser run
|
Loading…
Reference in a new issue