initial project layout
This commit is contained in:
parent
64b23881de
commit
82c77fc031
7 changed files with 158 additions and 1 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
MANAGEPY=foreman run env/bin/python manage.py
|
||||
|
||||
update:
|
||||
virtualenv env
|
||||
env/bin/pip install -r requirements.txt
|
||||
$(MANAGEPY) syncdb
|
||||
$(MANAGEPY) migrate
|
||||
|
||||
run: update
|
||||
$(MANAGEPY) runserver 0.0.0.0:8000
|
Loading…
Add table
Add a link
Reference in a new issue