LPgenerator / django-db-mailer

Django module to easily send emails/sms/tts/push using django templates stored on database and managed through the Django Admin
https://github.com/LPgenerator/django-db-mailer
GNU General Public License v2.0
256 stars 80 forks source link

GeoIP2 in Tracking #98

Closed lcd1232 closed 7 years ago

lcd1232 commented 7 years ago

Request a feature:

Right now only GeoIP support in this package but since django 1.9 GeoIP is deprecated and now using GeoIP2. I can implement this feature and for backward compatibility I can add new settings for choosing between GeoIP and GeoIP2.

gotlium commented 7 years ago

Hi, it's a good idea)