#can i make predefined url path not workable while using in url

2 messages · Page 1 of 1 (latest)

smoky acorn
#

I want to use url path that are provided by django but doesnot want to make it work while typing in url ?
for example :
i want to use url provided by django-allauth
path('accounts/', include('allauth.urls')),
but while typing in url
http://127.0.0.1:8000/accounts/
i donot want to make it runnable

candid tide
#

So you want to use the url, while also having the url not work?