neeleshs/django_deploy
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Edit fabfile.py and set the following variables with your values. Read http://tidbids.posterous.com/django-deployments-made-easy for information on the project structure thats required for this fabfile to work. Note: Angle brackets are placeholders and should be removed env.hosts = [<>] BASE_DIR='<>' APP_NAME='<>' USER_NAME='<>' DEPLOY_DIR=BASE_DIR+APP_NAME GIT_CLONE_URL='<>' GIT_PUSH_URL='<>' FCGI_PORT='<>'