Muhammad Usama
Results
2
issues of
Muhammad Usama
Getting the following error when trying to run `python manage.py runserver` on windows: ``` from django.conf.urls import url ImportError: cannot import name 'url' from 'django.conf.urls' (C:\dev\logrocket_env\lib\site-packages\django\conf\urls\__init__.py) ```