> Hello, all!
(snip - Mike already answered)
> Will I need to do a database migration
> to do this? Or can I just add a 'verified=False' and run syncdb?
URL Validation is done in django, not in the database, so there's no
need for a migration here. Also note that syncdb DOES NOT migrate
anything - if you have a need for schema and data migrations then
South is your friend.
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment