django-newsletter icon indicating copy to clipboard operation
django-newsletter copied to clipboard

A basic, reusable newsletter subscription (opt-in/out) application.

Results 4 django-newsletter issues
Sort by recently updated
recently updated
newest added

In models.py: except cls.DoestNotExist, e: should be except cls.DoesNotExist, e:

urls are invalid, better try: <a href="../add/" class="addlink" > <a href="../subscription/download/csv/" >

/admin is hardcoded in urls.py, in my case i don't use /admin it should tty to look into url ?