Re: Help with runserver

2016-11-21 Thread NS
rver running, do you see the GET > request in the console? > > On Sun, Nov 20, 2016 at 11:30 AM, NS > > wrote: > >> """ >> Django settings for mysite project. >> >> Generated by 'django-admin startproject' using Django 1.10.3. >>

Re: Help with runserver

2016-11-20 Thread NS
s' TIME_ZONE = 'UTC' USE_I18N = True USE_L10N = True USE_TZ = True # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/1.10/howto/static-files/ STATIC_URL = '/static/' On Saturday, November 19, 2016 at 9:36:30 PM UTC-5, Alex Heyden wrote:

Re: Help with runserver

2016-11-20 Thread NS
d see a pretty detailed stack trace and not just this. > Also, in the console you should see a stack trace with the details of the > error. Do you see those? > > Asad Jibran Ahmed > > http://blog.asadjb.com > > On Sun, Nov 20, 2016 at 4:58 AM, NS > > wrote: > >&

Help with runserver

2016-11-19 Thread NS
When I run python manage.py runserver, I get this shown on localhost:8000 {"status": "fail", "method": "", "error":""} What happened? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails f