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
As Justin explains in his videos, the course was specifically written for the LTS version of Django (1.11). You can read here for more information and discussion.
https://github.com/codingforentrepreneurs/eCommerce/blob/fc97ee8fd094a47aeb47ad7b25cf2d5a04c78fe8/src/ecommerce/urls.py
url(r'^products/',include(('products.urls', 'products'), namespace='products')),
showing error on django 2.0+ without the above change
The text was updated successfully, but these errors were encountered: