On Saturday 03 June 2017 01:14:57 marco coso wrote:

> i had a blog with with mezzanine, it was working, then i installed
> mezzanine-api and follow the instructions fort existing project. But
> now i always got a 500 internal server error using the browser, and
> nothing en error.log (in access.log i can see the request).

Two possible causes:
1) You have DEBUG set to off, so no backtrace or error information is 
generated. 
You don't have MAIL_ADMINS and other MAIL related Django settings configured 
correctly, so you don't get mails either.

2) Syntax error. This should be exposed by `python manage.py check`.

-- 
Melvyn Sopacua

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to