looks like it's not when i am saving but rather trying to list the one's I have saved.
On Jun 9, 5:26 pm, Christopher <[EMAIL PROTECTED]> wrote: > Hi, I am using Django SVN version updated today. I have made a model > and done the Admin code so I can see it in the Admin section of my > site and it all looks fine. When I try to save something in there I > get the following error: > > Django version 0.97-pre, using settings 'totalimpact.settings' > Development server is running athttp://127.0.0.1:8000/ > Quit the server with CONTROL-C. > [09/Jun/2007 17:21:02] "GET /admin/competitions/competition/add/ HTTP/ > 1.1" 200 3678 > [09/Jun/2007 17:21:02] "GET /admin/jsi18n/ HTTP/1.1" 200 801 > [09/Jun/2007 17:21:05] "POST /admin/competitions/competition/add/ HTTP/ > 1.1" 302 0 > Traceback (most recent call last): > File "/usr/lib/python2.5/site-packages/django/core/servers/ > basehttp.py", line 272, in run > self.result = application(self.environ, self.start_response) > File "/usr/lib/python2.5/site-packages/django/core/servers/ > basehttp.py", line 614, in __call__ > return self.application(environ, start_response) > File "/usr/lib/python2.5/site-packages/django/core/handlers/ > wsgi.py", line 189, in __call__ > response = self.get_response(request) > File "/usr/lib/python2.5/site-packages/django/core/handlers/ > base.py", line 126, in get_response > return callback(request, **param_dict) > File "/usr/lib/python2.5/site-packages/django/views/defaults.py", > line 88, in server_error > t = loader.get_template(template_name) # You need to create a > 500.html template. > File "/usr/lib/python2.5/site-packages/django/template/loader.py", > line 79, in get_template > source, origin = find_template_source(template_name) > File "/usr/lib/python2.5/site-packages/django/template/loader.py", > line 72, in find_template_source > raise TemplateDoesNotExist, name > TemplateDoesNotExist: 500.html > [09/Jun/2007 17:21:06] "GET /admin/competitions/competition/ HTTP/1.1" > 500 1126 > > Can anyone help me? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---