Created
May 11, 2014 06:38
-
-
Save bjdixon/093c7b279c766bbc7f8d to your computer and use it in GitHub Desktop.
Create a funfactory project called blog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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