|
I am trying to execute the DB creation on my dreamhost account and I receive the following error after issuing the command below
the result is:
Any ideas what I am missing? |
|
You are missing south. You may skip it (and skip the --all switch), but you'll loose the ability of migrating your app if future versions require database migrations. |