planetpython_telegrambot icon indicating copy to clipboard operation
planetpython_telegrambot copied to clipboard

Outdated Version

Open CodingHusk3y opened this issue 6 months ago • 0 comments

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!

CodingHusk3y avatar Aug 20 '24 02:08 CodingHusk3y