Skip to content

neeleshs/django_deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

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='<>'

About

Fabric script for django deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published