If you're talking about changing the display name in the
administrative interface, there is the option of setting "verbose
name" - see http://www.djangoproject.com/documentation/model-api/#table-names
for more information. You can also change the database table name
associated with the model object if you feel you must. More details
are in that same documentation page.

-joe

On Sat, May 31, 2008 at 11:45 AM, Kless <[EMAIL PROTECTED]> wrote:
> Is possible to change the model name?
>
> From a class as *class FooBar*
> it's got a model called *foobar*,
> but I would to get a model called 'foo_bar', without change the class
> name to 'Foo_Bar'.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to