now creates the project during deploy.bootstrap

Changes to be committed:
	modified:   modules/deploy.py
This commit is contained in:
Ronny Abraham 2017-02-09 05:03:20 +02:00
parent 06cc8d5174
commit 8f4c4dbc62

View file

@ -80,6 +80,10 @@ def bootstrap():
setup_virtualenv()
bootstrap_pip()
# create the django project
from django import create_project
create_project()
#
# link virtualenv to rootpath/private/virtualenv