Migrating to Django 1.4

2012-06-19 Thread Vignesh
Hi, I started migrating our django 1.2.3 project to django 1.4, Now the manage.py is not showing any management commands added by outside apps like, haystack, south etc. Am I missing something obvious? -Thanks Vignesh -- You received this message because you are subscribed to the Google Grou

Re: Migrating to Django 1.4

2012-06-19 Thread galgal
Have changed your old manage.py to new one? Django 1.4 generates new manage.py. Maybe that's the problem? On Tuesday, June 19, 2012 9:15:01 AM UTC+2, Vignesh wrote: > > Hi, > > I started migrating our django 1.2.3 project to django 1.4, > > Now the manage.py is not showing any management commands

Re: Migrating to Django 1.4

2012-06-19 Thread Vignesh
hi galgal, I got it solved, it was some random problem with the perticular terminal instance, In a new terminal instance every thing was working But thanks a lot On Tuesday, June 19, 2012 2:34:19 PM UTC+5:30, galgal wrote: > > Have changed your old manage.py to new one? > Django 1.4 gene