This doesn't work for Django 2.0.5

Issue #102 invalid
Former user created an issue

Hi,

I built the app and installed it in my virtualenv with Django 2.0.5 and python3. I followed the instructions that you wrote down but my messaging inbox only shows the base.html and nothing else. Why is this?

Comments (2)

  1. Dirk Groten

    Start by going to /messages/write/ and write a message to an existing user. Then login as that user and /messages/inbox/ should show you the inbox of the user with the message you just wrote (assuming you disabled moderation, if not, you'll need to login to the admin and approve the message in the Pending Messages section).

  2. Log in to comment