To access Django's admin site, your admin url should look like url(
r'^admin/', include(admin.site.urls)) which says whenever u hit rather
http://127.0.0.1:8000/admin would include admin urls from "admin.site.urls"
rather than "polls.views" unless you have all the admin login there in
"polls.views"
On Jul 23, 2016 6:39 PM, "Jose" wrote:
>
> Hi all,
>
> After I built my classes on Django how can I access the admin site when
running it on the local server online. I was reading the django
documentations and they only say http://127.0.0.1:8000/admin/ and that
forwards them to the admin site wit
2 matches
Mail list logo