On 12/30/05, aaloy <[EMAIL PROTECTED]> wrote:
> The new table appears on the admin interface, and I have introduced
> data manually on it I can see it, but when I try to modify o add a new
> record I get the exception:
>
> Exception Type:         ContentTypeDoesNotExist
> Exception Value:        ContentType does not exist for
> {'package__label__exact': <aplication name>
> 'python_module_name__exact': <table name>}

Hi Antoni,

When you copy the CREATE TABLE statements for your new models, make
sure to copy the "INSERT INTO content_types" and "INSERT INTO
auth_permissions" lines for your new models.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to