Also make sure, you have the following configuration on urls.py
from django.contrib import admin from django.urls import path, include urlpatterns = [ path('admin/', admin.site.urls), ]On Mon, Apr 16, 2018 at 2:48 PM, Chasan KIOUTSOUK MOUSTAFA <chasank@gmail.com> wrote:
Try this one with trailing slash /admin/It should work.--On Mon, Apr 16, 2018 at 2:44 PM, David Corcoran <david.corcoran@batipi.com> wrote:I'm trying to locate the Django Admin access. I've tried these two URL configs:--/admin/adminlogin/?next=/adminThe response returned at these pages is "DoesNotExist".Is there a specific folder (part of code), that I could check for these details? I'm wondering if perhaps this was not set-up during development....if that is the case due to the response, any feedback on where to activate this part of the Django framework in app would be appreciated.Note: need to reactivate some users within app (due to issue/limitation with API connected), and was hoping to remove the old redundant profile from the Django Admin.Thanks,David
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 email to django-users+unsubscribe@googlegroups.com .
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users .
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/627873d8-2f3c .-4328-abd2-6be142bc009f%40goog legroups.com
For more options, visit https://groups.google.com/d/optout .
Kind Regards.--------------------------------------------------
Chasan KIOUTSOUK MOUSTAFA,
Kind Regards.
--------------------------------------------------
Chasan KIOUTSOUK MOUSTAFA,
Chasan KIOUTSOUK MOUSTAFA,
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 email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAOhBaNBkWDYjc4Z8QC0C21SD9jxPNz%3Dr2qzfVxtKQOmZpd%3D-Hg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment