TroubleshootingΒΆ

If the app does not work as expected please follow the following steps:

  1. Update to the latest version:

    pip install -U django-mail-templated
    
  2. Run tests within your current Django project environment:

    python manage.py test mail_templated
    
  3. Run tests in a standalone mode:

    python -m mail_templated.tests.run
    
  4. Create a GitHub issue.

You are also very welcome to try fixing the problem by yourself:

  1. Fork and clone the GitHub repository.
  2. Add a test case that demonstrates the problem.
  3. Fix it and create a pull request.