There was an error while loading. Please reload this page.
##Previous Install First, if you have already setup a server and need to keep your migrations, please do the follwing before updating Frog:
__init__.py
frog
migrations
migrations/frog
/usr/local/lib/python27/site-packages/frog
C:\Python27\Lib\site-packages\frog
This should keep your migrations in tact.
##Performing Migrations
To perform a migration, cd into the project dir (with manage.py) and run the following:
python manage.py schemamigration frog --auto
python manage.py migrate frog
This should update all tables in your database as needed.