How did you start your server? Using a command line such as "python manage.py runserver"? Or through your IDE (PyCharm, Eclipse, etc...)? Somewhere you mush have a window showing this kind of information:
Validating models... 0 errors found July 27, 2013 - 12:33:15 Django version 1.5.1, using settings 'foo.settings.local' Development server is running at http://127.0.0.1:8000/ Quit the server with CONTROL-C. Note that if will be slightly different if you are using gunicorn or something else. Also, make sure your settings file contains "DEBUG = True". Regards, Phil On Saturday, July 27, 2013 8:45:39 AM UTC-3, Nigel Legg wrote: > > Running locally on windows7. Where would I find the logs? > On 27 Jul 2013 12:42, "Roberto López López" <[email protected]<javascript:>> > wrote: > >> Well, I suppose you are running that locally or have access to the >> server. So show the logs. >> >> >> >> On 07/27/2013 01:40 PM, Nigel Legg wrote: >> >> I have provided all the information I have. That's all there is on the >> screen in the browser. There is no trace. >> On 27 Jul 2013 12:26, "Roberto López López" <[email protected]<javascript:>> >> wrote: >> >>> >>> Could be. But if you don't provide more information (i.e. detailed >>> information about how you get that error, error stacktrace, logs), you >>> won't get an answer. >>> >>> >>> On 07/27/2013 01:21 PM, Nigel Legg wrote: >>> > I've just set up a new view / url etc, which has quite a bit of >>> > processing behind it. When I click on the link for it, I get the >>> > "Connecting" message for a few minutes, and then just "A server error >>> > has occurred. Please contact the administrator." appears. Is this a >>> > time out message? >>> > Regards, >>> > Nigel Legg >>> > 07914 740972 >>> > http://www.trevanianlegg.co.uk >>> > http://twitter.com/nigellegg >>> > http://uk.linkedin.com/in/nigellegg >>> > >>> > -- >>> > 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 [email protected] <javascript:>. >>> > To post to this group, send email to >>> > [email protected]<javascript:> >>> . >>> > Visit this group at http://groups.google.com/group/django-users. >>> > For more options, visit https://groups.google.com/groups/opt_out. >>> > >>> > >>> >>> >>> -- >>> >>> Roberto López López >>> System Developer >>> Parallab, Uni Computing >>> +47 55584091 >>> >>> -- >>> 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 [email protected] <javascript:>. >>> To post to this group, send email to [email protected]<javascript:> >>> . >>> Visit this group at http://groups.google.com/group/django-users. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> -- >> 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 [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/django-users. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> >> >> -- >> >> Roberto López López >> System Developer >> Parallab, Uni Computing+47 55584091 >> >> -- >> 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 [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/django-users. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

