Re: Does Django detect changes in models Meta ?

2014-09-03 Thread Norman Bird
Ok, I have version 1.6.5. I will see about updating. HmmmI had googled and this is the first im hearing of this. Got to love Django. :-) On Tuesday, September 2, 2014 5:40:52 PM UTC-4, Collin Anderson wrote: > > The newest version of django, version 1.7, has migrations built in. > -- You receiv

Re: Does Django detect changes in models Meta ?

2014-09-02 Thread Norman Bird
. :-) thanks On Fri, Aug 22, 2014 at 11:42 PM, Norman Bird wrote: > how about: python manage.py sql myapp > I just changed my model and I had to runt that in order to build the > tables. > > > On Fri, Aug 22, 2014 at 11:49 AM, Norman Bird > wrote: > >> I stand correcte

Re: Does Django detect changes in models Meta ?

2014-08-22 Thread Norman Bird
how about: python manage.py sql myapp I just changed my model and I had to runt that in order to build the tables. On Fri, Aug 22, 2014 at 11:49 AM, Norman Bird wrote: > I stand corrected. :-) > > > On Fri, Aug 22, 2014 at 11:47 AM, Larry Martell > wrote: > >> On Fri,

Re: Does Django detect changes in models Meta ?

2014-08-22 Thread Norman Bird
I stand corrected. :-) On Fri, Aug 22, 2014 at 11:47 AM, Larry Martell wrote: > On Fri, Aug 22, 2014 at 9:55 AM, Norman Bird > wrote: > > I am new, just completed the tutorials, but from my understanding you run > > "python manage.py syncdb" and that rebuilds th

Re: Does Django detect changes in models Meta ?

2014-08-22 Thread Norman Bird
I believe so. Wont hurt to try it and see what happens. On Fri, Aug 22, 2014 at 11:03 AM, NĂ©stor wrote: > is that true if the table is already there? > > > On Fri, Aug 22, 2014 at 6:55 AM, Norman Bird > wrote: > >> I am new, just completed the tutorials, but from

Re: Does Django detect changes in models Meta ?

2014-08-22 Thread Norman Bird
I am new, just completed the tutorials, but from my understanding you run "python manage.py syncdb" and that rebuilds the tables etc. On Friday, August 22, 2014 3:32:43 AM UTC-4, termopro wrote: > > Hi there, > > I am using Django 1.7 RC2. > I have created models and have run all the migrations