Ramdas S wrote:

> And how do I add a field name (say URLField), ie what do I name the URLField
> in the corrsponding class in the application? Also what should be the data
> type for such a column?
>
> What are the other things one should look at while making low level changes
> in the database?
>

I suggest to create the URLField as a VARCHAR(255) in your database.

Other than this, if you make low level changes to your tables, you
might have to write conversion programs for your data.

Regards,
-- Juergen


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to