on trying to run C:\\Python34/python manage.py makemigrations, I get the following error:
Error
WARNINGS: ?: (urls.w005) URL namespace \
You are declaring
path('admin/', admin.site.urls),
three times in your urls files. You just have to declare it once in the root urls.py of your project.