Skip to content
/ p4 Public

django 1.6 six step tutorial completed. I extended it to work within mkvirtualenv and use south, fabric and git. It also separates dev and production areas.

Notifications You must be signed in to change notification settings

sqqqrly/p4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p4

django 1.6 six step tutorial completed.

I went a bit beyond the tutorial to work within a virtual environment created using virtualenvwrapper (VEW). VEW is a virtual environment for working on projects independent of other projects. This improves workflow and prevents introducing interproject dependencies and dependencies on OS provided tools.

South was installed to help me with database migrations within django projects. It is database agnostic.

Fabric was installed to help with project management. It let me automate unit test execution, git commits and git pushes using ssh. A dev folder is used for development while a production folder is used for deployment. This allows one to develop while leaving the production sites working without disruption.

About

django 1.6 six step tutorial completed. I extended it to work within mkvirtualenv and use south, fabric and git. It also separates dev and production areas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published