RemovedInDjango110Warning: Support for string view arguments to url() is deprecated and will be removed in Django 1.10
Completed
I have Django version 1.9.4 running in Linux machine.
I am trying to see whether I could fix this error issue on Urls.py or I should try to upgrade Django to 1.10.
Thanks in advance
Please sign in to leave a comment.
I was able to fix the issue by just tweaking code little bit.