Skip to content

Instantly share code, notes, and snippets.

@colwilson
Created July 17, 2012 22:07
# "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