Re: django admin not working

2018-10-31 Thread oussama boumaad
Please check urls.py on the root project It should contain : urlpatterns = [ Path('admin/', admin.site.urls), ] On Sat, Oct 20, 2018, 8:37 AM Adam Johnson wrote: > This mailing list is for the development of Django itself, not for > support. Use the django-users mailing list for that, or IRC #dj

Re: django admin not working

2018-10-20 Thread Adam Johnson
This mailing list is for the development of Django itself, not for support. Use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. On Sat, 20 Oct 2018 at 05:31, Muhammad Tahir wrote: > Hello everyone, > i am following django tutorial (localhost) at

django admin not working

2018-10-19 Thread Muhammad Tahir
Hello everyone, i am following django tutorial (localhost) at following url https://docs.djangoproject.com/en/2.1/intro/tutorial02/ when i try to access admin i.e http://127.0.0.1:8000/admin it gives error "A server error occurred. Please contact the administrator." although http://127.0.0.1:8000/