On do, 2010-02-04 at 11:31 -0800, Joakim Hove wrote:

>        c) I tried to recreate the tables with "./manage.py syncdb" -
> but to no avail, nothing happened?

syncdb only creates new tables and does not modify the schema of
existing ones.

> Any tips on what I am doing wrong greatly appreciated. 

./manage.py sqlreset will give you the SQL you need to wipe and recreate
tables, a project like south will help you maintain table changes
without destroying.
-- 
Dennis K.

The universe tends towards maximum irony. Don't push it.

-- 
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