Re: Admin page url reference problem

2008-01-31 Thread Curtis
I had the same problem. I think the problem is that you are referencing a non-existent (view) function named 'viewer' in your urls.py. This wasn't a problem in previous versions, but with the addition of the reverse url lookup, non-existent views now cause problems. What I gather is happening is

Re: going crazy: foreignkey-reverse-lookup: tests work,my code fails

2006-06-15 Thread Curtis
I think this may be the same problem that is documented in http://code.djangoproject.com/ticket/1796 Obviously, making sure that you for e.g. import from 'myproj' is the right way, but I did submit a patch for management.py that seems to fix the problem (while not really addressing the root cause

Re: Webdav access - OT

2006-08-25 Thread Curtis
PyFileServer - http://pyfilesync.berlios.de/pyfileserver.html seems to be very similar (at least in theory) to what you want. It's a WSGI WebDav server. Cheers, -Curt --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Group

Full-time Django/Python Developers Wanted in Buenos Aires

2007-02-26 Thread Curtis Faith
knowledge of English but perfect grammar is not expected or required. Please respond directly to me and not the list. - Curtis --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: Schema Evolution code

2007-01-07 Thread Curtis Faith
t first until I come up to speed. - Curtis --~--~-~--~~~---~--~~ 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 th

Re: Schema Evolution code

2007-01-08 Thread Curtis Faith
I posted a message on django-developers since I think that is a more common place for discussions to changes in django itself and Russ McGee responded there: http://groups.google.com/group/django-developers/browse_thread/thread/4cbc121bba0c134e Here is the tail end of that response. I suggest f

Re: Permission for admin to add patient

2022-12-26 Thread Karel Curtis
> https://docs.djangoproject.com/en/4.1/intro/tutorial02/ >>> >>> On Monday, December 12, 2022 at 4:49:26 AM UTC+5:30 curtis...@gmail.com >>> wrote: >>> >>>> Hello to all. Please, I would like to know in Django, how to allow an >>>

manager.get_or_create() issue

2007-01-30 Thread Curtis W. Ruck
We have a model with a DateTimeField, and two FloatField's. These three fields are unique_together in the database. Why when using get_or_create(datetimefield=someDatetimeObject, floatfield1=float(-34.2412), floatfield2=float(1.2432)) does it not return a record in the database that has thos