martinmogusu / django-daraja

A python django library for interacting with the MPESA Daraja API
MIT License
69 stars 75 forks source link

Urls to re path #6

Closed VinCoD closed 1 year ago

VinCoD commented 1 year ago

I fixe the problem [cannot import name 'url' from 'django.conf.urls' after upgrading ...].

By modifying the from django.urls.conf import url, include to from django.urls import re_path as url, include

martinmogusu commented 1 year ago

Thanks for this observation!!!