You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use ngrok quite a lot to test webhooks with Django, and was looking for a way to automate launching ngrok alongside my Django development server. I ran across this package a few days ago, and I wasn't particularly enthused by the suggested options for using ngrok-python with Django, so I created a package to (hopefully) make this a little easier for developers:
I've been using this successfully for a few days, but was hoping others might try it out as well and give me some feedback, since I'm certain there are holes in my implementation that just won't show up with my personal usage.
The text was updated successfully, but these errors were encountered:
Hi there!
I use ngrok quite a lot to test webhooks with Django, and was looking for a way to automate launching ngrok alongside my Django development server. I ran across this package a few days ago, and I wasn't particularly enthused by the suggested options for using
ngrok-python
with Django, so I created a package to (hopefully) make this a little easier for developers:django-ngrok
I've been using this successfully for a few days, but was hoping others might try it out as well and give me some feedback, since I'm certain there are holes in my implementation that just won't show up with my personal usage.
The text was updated successfully, but these errors were encountered: