now creates the project during deploy.bootstrap
Changes to be committed: modified: modules/deploy.py
This commit is contained in:
parent
06cc8d5174
commit
8f4c4dbc62
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue