Hello

After finishing tutorial im trying to do something for myself. I
created one model and proceeded to create another ones, but then i
realised that i could just add few additional columns to existing
model, but for some reason they dont end up in database table when i
run python manage.py.

I found this bit of help -
http://docs.djangoproject.com/en/dev/faq/models/#if-i-make-changes-to-a-model-how-do-i-update-the-database

But thats not exactly what i want, since it also empties the tables.

Another one about django and databases. When i add the fields in admin
i cant leave them empty... why not? what do i have to do in model or
admin, so i could heave fields empty?

Alan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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