On Tue 10 Jul 2007, Peter Nixon wrote:
> Hi Guys
>
> There seems to be a problem in current SVN trunk that causes the
> "Development server" to exit whenever I hit one of my views which access
> the database.
>
> It doesnt do it with a 0.96
> It doesnt do it with a SVN snapshot from a couple of weeks ago.
> It doesnt do it with the current SVN snapshot when running under
> mod_python
>
> How can I debug this in a way that will provide the developers with more
> usefull info?

As a followup here is a simple example:

> python manage.py shell
Python 2.5.1 (r251:54863, Jun 19 2007, 01:38:21)
[GCC 4.2.1 20070604 (prerelease) (SUSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> from radius.radiusapp.models import Customers
>>> all_entries = Customers.objects.all()
>>> all_entries
Aborted
>

Regards

-- 

Peter Nixon
http://www.peternixon.net/
PGP Key: http://www.peternixon.net/public.asc

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to