Please remember that url's are not case sensitive - even though python is.
So /admin/ and /Admin/ are the same path
Regards,
Andréas
Den lör 25 aug. 2018 kl 20:27 skrev Devender Kumar :
> i have separate Admin app and using admin also but when I am accessing
> Admin/trips is accessed and Admin
if you have your urls file like
urlpatterns = [
path('admin/', admin.site.urls),]
that sends everything with the url somesite.com/admin to the django admin.
either remove the django admin app and replace with your own, or use a
different path
--
You received this message because you ar
i have separate Admin app and using admin also but when I am accessing
Admin/trips is accessed and Admin is not accessed
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an e
3 matches
Mail list logo