planetpython_telegrambot
planetpython_telegrambot copied to clipboard
Outdated Version
Thank you so much for the detailed tutorial. However, I found that the code might not run for the latest version of Django. For example: "url" from "from django.urls import url" is not working for the latest version of Django, it has been replaced by re_path. Another thing that we might have to consider is the "MIDDLEWARE_CLASSES" in the setting is now just "MIDDLEWARE".
I have been trying to update the code to match the latest updates of Django. However, I still get the 404 error. I will create a pull request if I can find a way to fix it. Otherwise, I will wait for the update in this repo from you.
Again, thank you so much for your time!