django / djangoproject.com

Source code to djangoproject.com
https://www.djangoproject.com/
BSD 3-Clause "New" or "Revised" License
1.87k stars 947 forks source link

aiomysql usage issue with Django #1510

Closed owais142002 closed 6 months ago

owais142002 commented 6 months ago

I am getting same problem as stated in this URL: https://stackoverflow.com/questions/78165096/flask-with-aiomysql-runtime-error-event-loop-closed Only thing is changed is that I am using Django. First request works perfectly fine but after that I am getting Event loop closed. What should I do? I cant find anything helping at this point and is stuck from last month.

bmispelon commented 6 months ago

Hi,

Sorry to hear you're having issues. This github issue tracker is for bugs on the Django website itself. Please see the documentation on where to get help using Django (email list, forum, discord, ...): https://docs.djangoproject.com/en/5.0/faq/help/#how-do-i-do-x-why-doesn-t-y-work-where-can-i-go-to-get-help

Have a nice day!