Html – How to untangle the Django URLs in my project?
I am a beginner in django. Made a project and app by following YouTube Videos and django documentation. I have made an HTML page for sign in, sign up and business sign up repectively. project/urls.py from django.contrib import admin from…