Ekirapapaul / django-mpesa

This repo is meant to simplify Safaricom's mpesa API integration in simple steps.
BSD 2-Clause "Simplified" License
37 stars 26 forks source link

Get rid of absolute referencing #13

Open Ekirapapaul opened 3 years ago

Ekirapapaul commented 3 years ago

Absolute referencing may bring issues when integrating with other tools such as celery.

Proposed solution

Bump Django version and do away with absolute referencing.