[Devel] A word about migrations and database backends
Asheesh Laroia
asheesh at asheesh.org
Fri Feb 25 08:22:00 UTC 2011
The migrations were written with MySQL in mind. You should use:
./bin/mysite migrate
and
./bin/mysite runserver
The most reasonable time to use Sqlite is just when running tests,
like:
./bin/sqlite_mysite test missions
I saw Zathras mention that migrations didn't all work from Sqlite, and I
just fixed some of them in origin/master.
Good night for now!
-- Asheesh.
--
Exercise caution in your daily affairs.
More information about the Devel
mailing list