GithubHelp home page GithubHelp logo

Comments (8)

sdornan avatar sdornan commented on July 17, 2024

👍

from django-mailgun.

pydanny avatar pydanny commented on July 17, 2024

👍

from django-mailgun.

pydanny avatar pydanny commented on July 17, 2024

Until @BradWhittington has the time to look at this awesome project, I made a 'friendly fork' at https://github.com/pydanny/django-mailgun and released it at https://pypi.python.org/pypi/django-mailgun-redux.

Once @BradWhittington comes back, I'll stop maintenance of that fork.

from django-mailgun.

ryneeverett avatar ryneeverett commented on July 17, 2024

@pydanny Are you using your fork with python3? See #21. I wasn't able to get master working with python3 without rolling back the latest PR, but perhaps I misdiagnosed the problem.

from django-mailgun.

pydanny avatar pydanny commented on July 17, 2024

I haven't had any unicode problems yet, but then again I haven't tried anything beyond ASCII.

As we use this package in cookiecutter-django, I've let @mailgun know that it would be nice to have a maintained package. 😄

from django-mailgun.

ryneeverett avatar ryneeverett commented on July 17, 2024

@pydanny It's not a unicode error, it's the fact that the latest commit uses the unicode builtin, which was removed in python3.

>>> unicode
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'unicode' is not defined

from django-mailgun.

BradWhittington avatar BradWhittington commented on July 17, 2024

I've given @pydanny the keys to the repo and release rights on pypi, sorry I've been a blocker to progress on this... I haven't used this lib myself for a while, hopefully this helps move it forward.

from django-mailgun.

pydanny avatar pydanny commented on July 17, 2024

I did a 0.3.0 release yesterday. In the next day or so I will stand up a test suite so I can more quickly accept pull requests. Therefore I'm marking this as closed.

from django-mailgun.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.