Re: selecting app for syncdb

2013-05-22 Thread Russell Keith-Magee
Hi Michał, The short answer is "inter-application dependencies". For example, if one application has a foreign key on a second application, and you only synchronise the first application, you won't be able to set up any foreign key constraints on the first application. If you use the project in t

Re: selecting app for syncdb

2013-05-22 Thread Shai Berger
On Thursday 23 May 2013, Łukasz Langa wrote: > On 23 maj 2013, at 00:52, Shai Berger wrote: > > If I'm not mistaken, there are some problems with the latest released > > version (0.7.6) > > FWIW, the latest released version is 0.8 as of earlier today: > Can't take your eyes off Andrew for a minu

Re: selecting app for syncdb

2013-05-22 Thread Łukasz Langa
On 23 maj 2013, at 00:52, Shai Berger wrote: > If I'm not mistaken, there are some problems with the latest released version > (0.7.6) FWIW, the latest released version is 0.8 as of earlier today: https://pypi.python.org/pypi/South -- Best regards, Łukasz Langa WWW: http://lukasz.langa.pl/

Re: selecting app for syncdb

2013-05-22 Thread Shai Berger
On Thursday 23 May 2013, Michał Nowotka wrote: > I don't and I won't (south is not working with Oracle). This discussion is getting to a place where it belongs either on django-users or south-users; I should point out, though, that South does work with Oracle. If I'm not mistaken, there are some

Re: selecting app for syncdb

2013-05-22 Thread Michał Nowotka
I don't and I won't (south is not working with Oracle). -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To p

Re: selecting app for syncdb

2013-05-22 Thread Aaron C. de Bruyn
If you have south installed, I believe you can use migrate which takes an app argument. python manage.py migrate myapp -A On Wed, May 22, 2013 at 12:50 PM, Michał Nowotka wrote: > Hello, > > Is the any particular reason why syncdb doesn't have argument with list of > applications to be synced

selecting app for syncdb

2013-05-22 Thread Michał Nowotka
Hello, Is the any particular reason why syncdb doesn't have argument with list of applications to be synced? -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email