emencia / emencia-django-newsletter

An app for sending newsletter by email to a contact list.
189 stars 72 forks source link

Contact mailing statuses and Links table not showing up in admin #74

Closed intellisense closed 11 years ago

intellisense commented 11 years ago

I have installed the app locally on windows and everything works good. But when i have tried to install it on production server on ubuntu using

pip install -e git://github.com/emencia/emencia-django-newsletter.git#egg=emencia.django.newsletter

Then a weird problem occur that the Contact mailing statuses and Links table are not showing up in admin, rest of the four tables are there. What i have done wrong?

intellisense commented 11 years ago

Please reply ASAP

intellisense commented 11 years ago

OK found the reason. When DEBUG=True it shows Contact mailing statuses and Links table otherwise not.