[Chicago] Playdoh: Mozilla's Django starter kit
Kumar McMillan
kumar.mcmillan at gmail.com
Mon Jul 18 19:04:14 CEST 2011
On Mon, Jul 18, 2011 at 11:32 AM, Brian Ray <brianhray at gmail.com> wrote:
>> thanks, I am using Playdoh for a new project. I got set up in about 5
>> minutes. so far, so good... Cheers, Brian
>>
>
> Any thoughts on Playdoh database migrations (via schematic) vs
> something like "south"?
Schematic is pretty bare bones and doesn't (yet) include rollbacks.
It just recently got support for Python scripts so you'll have to
update to use it. As I recall we ran into some problems with South in
how it conflicted with some minor things like maybe test setup. I
think it had some weird syncdb code but I don't remember exactly.
Anyway, it's actively developed so it's probably fixed now. In short,
I'd suggest trying out South and see if you get stuck. It is not a
problem to swap out schematic for South.
Kumar
More information about the Chicago
mailing list