Thanks I solved it. Was looking up wrong directory because I followed the instructions to put the absolute path. If I put the relative path it works fine. Thanks for taking time to answer anyway. People are so kind! :0)
On Friday, 17 August 2012 10:21:22 UTC+1, Amyth wrote: > > While you get this error do you see your template dir listed on the > error/debug page ? > > On Fri, Aug 17, 2012 at 2:46 PM, madala <[email protected] <javascript:>> > wrote: > > Thanks you for replying. Here is traceback: > > > > Traceback (most recent call last): > > File "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run > > self.result = application(self.environ, self.start_response) > > File > > "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", > line > > 241, in __call__ > > response = self.get_response(request) > > File > > "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", > line > > 153, in get_response > > response = self.handle_uncaught_exception(request, resolver, > > sys.exc_info()) > > File > > "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", > line > > 228, in handle_uncaught_exception > > return callback(request, **param_dict) > > File > "/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py", > > line 91, in _wrapped_view > > response = view_func(request, *args, **kwargs) > > File > "/usr/local/lib/python2.7/dist-packages/django/views/defaults.py", > > line 32, in server_error > > t = loader.get_template(template_name) # You need to create a > 500.html > > template. > > File > "/usr/local/lib/python2.7/dist-packages/django/template/loader.py", > > line 145, in get_template > > template, origin = find_template(template_name) > > File > "/usr/local/lib/python2.7/dist-packages/django/template/loader.py", > > line 138, in find_template > > raise TemplateDoesNotExist(name) > > TemplateDoesNotExist: 500.html > > [17/Aug/2012 10:11:59] "GET / HTTP/1.1" 500 59 > > > > > > On Tuesday, 14 August 2012 14:59:11 UTC+1, Alexis Roda wrote: > >> > >> Al 14/08/12 12:50, En/na madala ha escrit: > >> > > >> > So I carried on and started tutorial 3 till I got halfway down and > had > >> > to do same thing but no matter what I try can't get Django to > recognize > >> > my directories. > >> > > >> > Can anyone see where I am going wrong please? thanks in anticipation. > >> > >> What error are you getting? template not found? please pastebin the > >> traceback. > >> > >> > >> > >> Regards > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "Django users" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/django-users/-/fif5nO4VPsYJ. > > > > To post to this group, send email to > > [email protected]<javascript:>. > > > To unsubscribe from this group, send email to > > [email protected] <javascript:>. > > For more options, visit this group at > > http://groups.google.com/group/django-users?hl=en. > > > > -- > Thanks & Regards > ---------------------------- > > Amyth [Admin - Techstricks] > Email - [email protected] <javascript:>, > [email protected]<javascript:> > Twitter - @a_myth_________ > http://techstricks.com/ > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/LCl8ekIFfLkJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

