Database Migration? If you mean a database migration that's part of Evolutionary/Agile Database Design it's a way to changing schema or data in the database through script that "migrate" data to new schema or values
On Sun, Nov 29, 2015 at 2:52 PM, Robert James Liguori <[email protected]> wrote: > What is a migration? This is a new term to me as I'm a Java guy. > > > On Sunday, November 29, 2015, Damien Accorsi <[email protected]> > wrote: > >> Hi, >> >> I also uses PyCharm on a daily base. No need for other tool (except >> pgadmin for large SQL opeartions / investigations). >> Like Tim Black, I still use command line for all "not dev" stuff (tests, >> migrations, gearbox, virtualenv). >> >> Damien >> >> Le 28/11/2015 14:58, Robert James Liguori a écrit : >> >> Thank you... I've setup and am now using PyCharm. >> >> On Sat, Nov 28, 2015 at 4:08 AM, Christoph Zwerschke <[email protected]> >> wrote: >> >>> Am 28.11.2015 um 05:10 schrieb Craig Small: >>> >>>> I'm curious about PyCharm. How easy was it to get it working on an >>>> "in flight" project? The problems I had with it was it sort of >>>> assumed a certain filesystem layout. Also is virtualenv supported? >>>> It's been a while since I tried it out, perhaps these things have >>>> been long fixed. >>>> >>> >>> I've used both Eclipse+PyDev and PyCharm with TurboGears projects, and >>> both were easy to setup and supported virtualenvs very well. PyCharm is a >>> bit more convenient than Eclipse/PyDev, but it's not free. I can highly >>> recommend both of them for TurboGears. >>> >>> -- Christoph >>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "TurboGears" group. >>> To unsubscribe from this topic, visit >>> <https://groups.google.com/d/topic/turbogears/64RbDCnf4sE/unsubscribe> >>> https://groups.google.com/d/topic/turbogears/64RbDCnf4sE/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/turbogears. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "TurboGears" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/turbogears. >> For more options, visit https://groups.google.com/d/optout. >> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "TurboGears" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/turbogears/64RbDCnf4sE/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/turbogears. >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/turbogears. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

