Skip to content

getgo is a simple shell script that I use to setup Django development environments.

Notifications You must be signed in to change notification settings

ebradbury/getgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

#getgo

getgo is a simple shell script that I use to setup Django development environments.

It uses virtualenv, pip, and my django-project-template.

##Requirements

virtualenvwrapper

##Usage

Clone the repository and edit the settings in the script.

chmod +x getgo

. ./getgo <project_name>

Note the "dot space dot slash" format used when executing the script. This will run the script in the current shell.

About

getgo is a simple shell script that I use to setup Django development environments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages