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
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
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
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
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
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
> 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
>>>
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
8 matches
Mail list logo