gbozee / pypaystack

A django reusable app for integrating Paystack into your application
MIT License
51 stars 39 forks source link

I got ModuleNotFoundError: No module named 'paystack.urls' while attempting to integrate pypaystack with my django app, please help! #18

Open inaju opened 3 years ago

inaju commented 3 years ago

I tried using the sample project from https://github.com/gbozee/django-paystack.git and followed the instructions on the readme page, i still got the error ModuleNotFoundError: No module named 'paystack.urls'

I think i might i have missed something somewhere, please help out

21toffy commented 3 years ago

Hello, I am currently experiencing this problem and even the issue i opened about a week ago has not been attended to. Hopefully you have found a work around @inaju

inaju commented 3 years ago

Ohh I haven't found a way around it. I'm still waiting for paystack's reply

Mauvelli commented 3 years ago

This should help. https://github.com/gbozee/pypaystack/issues/16

inaju commented 3 years ago

Hey @Mauvelli Thanks alot

blessedmadukoma commented 3 years ago

https://github.com/gbozee/pypaystack/issues/18#issuecomment-700397998 I followed this but it hasn't worked

MarkChukwuebuka commented 3 years ago

This should help. #16

still didnt work for me

aayobam commented 2 years ago

stil didn't work for me. what i do is consume the api directly and everything works fine now.i think it's even easier to work with the api once you are an experienced api engineer

tochimclaren commented 1 year ago

If anyone is still having this error but chose to stil use the package, clone the repo, add urls.py in the directory immediately inside init.py, Import urls.py pattern urlpatterrns from paystack.frameworks.django.urls. Then you are good to go.