On Tue, Apr 15, 2008 at 8:52 AM, Mathieu Goeminne <[EMAIL PROTECTED]>
wrote:

>
> Hi all,
>
> I'm a newbie in Django, and I'have to populate some data using the admin
> panel.
>
> While I'm saving a entity, or sometime while I want to see it, Django
> raises a 500 error. The default admin entities don't rise any error,
> only my entity do it.
>
> I have changed my user permissions (getting all the permissions) but the
> errors are not removed.
>
> Any idea?
>
> Thanks for help.
>

Set DEBUG=True in your settings file and instead of getting the bare 500
error page you'll get detailed information on where the error is occurring.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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