Re: A newbie server error occured

2018-06-14 Thread Artur Gontijo
Hi, Did you check if you have the admin app listed in the setings.py? INSTALLED_APPS = [ 'django.contrib.admin', 'more_apps', ] And what about your url.py? Does it have the /admin routing? path('admin/', admin.site.urls), On Thursday, June 14, 2018 at 2:28:41 PM UTC-3, Piotr Trybowski wr

A newbie server error occured

2018-06-14 Thread Piotr Trybowski
So I'm following the tutorial from: https://docs.djangoproject.com/en/2.1/intro/tutorial02/ and I'm stuck at opening the admin site. When i run command runserver i get no error and prompt: "C:\Program Files\JetBrains\PyCharm 2018.1.4\bin\runnerw.exe" C:\Users\Username\Downloads\WinPython-64bit