Skip to content

Instantly share code, notes, and snippets.

@bjdixon
Created May 11, 2014 06:38
Show Gist options
  • Save bjdixon/093c7b279c766bbc7f8d to your computer and use it in GitHub Desktop.
Save bjdixon/093c7b279c766bbc7f8d to your computer and use it in GitHub Desktop.
Create a funfactory project called blog
$ virtualenv venv
$ source venv/bin/activate
$ pip install funfactory
$ funfactory --python=2.7 --pkg=blog
create mysql database
add to blog/settings/local.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment