ORA01400: cannot insert NULL into ("ACME"."AUTH_PERMISSION"."ID")

2009-05-05 Thread Kristian R. Van Tassell
I'm not sure what the problem here is. syncdb gets pretty far. My tables are mostly created for Django but it stops here. Does anyone have any insight? D:\acme>python manage.py syncdb Traceback (most recent call last): File "manage.py", line 11, in execute_manager(settings) File "C:\Pyt

Re: Trouble iterating through QuerySet

2009-05-01 Thread Kristian R. Van Tassell
Thanks! On May 1, 8:47 am, Karen Tracey wrote: > On Fri, May 1, 2009 at 9:28 AM, Kristian R. Van Tassell < > > > > k.vantass...@gmail.com> wrote: > > > I'm attempting to iterate through each "User" and get a list of > > "Events"

Trouble iterating through QuerySet

2009-05-01 Thread Kristian R. Van Tassell
I'm attempting to iterate through each "User" and get a list of "Events" for each user. I feel that my code below is sound, but Django doesn't agree (I'm not using a template because I'm just doing a proof of concept at this point, hence the direct HttpResponse(eventList)). I'm getting this error

Configuration issues - /admin resolves but contains errors

2009-04-24 Thread Kristian R. Van Tassell
I recently switched from a mostly happy apache/mod_python/django implementation to mod_wsgi. Now, when I go to http://127.0.0.1 I get an error saying: Page not found (404) Request Method: GET Request URL: http://127.0.0.1/ Using the URLconf defined in contenta.urls, Django tried these URL patter