thanks, yeah I realized that after posting which is why I deleted the
question, I should've researched a bit more before posting

On Aug 27, 5:45 pm, Steve Holden <holden...@gmail.com> wrote:
> On 8/27/2010 8:37 PM, Rick wrote:> I just had my syncdb in django stop 
> working, where it won't update any
> > changes I make to any of my models. When I run it in the terminal it
> > doesn't give any output just instantly returns a new terminal input
> > line (meaning it ran through the script but didn't do anything I guess
> > would be the way to put it).. I have checked and everything is what it
> > should be as far as I can tell, my apps are included in my
> > settings.py, etc..
>
> > I have been looking at what info I can find for this but so far
> > nothing is leading me in the right direction, any advice is greatly
> > appreciated
>
> Syncdb never changes existing model tables. You will need to delete the
> tables that already exist if you want syncdb to re-create them. This can
> cause problems if you already have data in the tables. In that case you
> might want to look at the South migration tool.
>
> regards
>  Steve
> --
> DjangoCon US 2010 September 7-9http://djangocon.us/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to