Created
July 17, 2012 22:07
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
# "python ./manage.py migrate init" does not create the "migrations" directory for me! | |
mkdir migrations | |
python ./manage.py migrate create | |
Name for the migration: Post | |
Created new migration file: /mypath/migrations/0001_post.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment