7 lines
90 B
Makefile
7 lines
90 B
Makefile
.ONESHELL:
|
|
SHELL = /usr/bin/bash
|
|
.SILENT:
|
|
|
|
run: init
|
|
venv/bin/python manage.py runserver
|