> Not! This will happen when a exception is thrown from some code in template > rendering, you must put > *TEMPLATE_DEBUG=False* to get actual error.
did that - see previous posting > > Also post result of django-admin.py sql <your app> for Filmstarts table. CREATE TABLE `skip_filmstarts_a` ( `id` mediumint(9) unsigned auto_increment NOT NULL PRIMARY KEY, `film_id` integer NOT NULL REFERENCES `films` (`id`), `_order` integer NULL ); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---