Thanks for your replies, it is useful.
Has anyone used whoosh in production so far? Any ideas about it's
performance?
Alex.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group
Hello,
I'm working on a huge django-based application that heavily utilizes
full-text search. Up until now I've been using external search service
built using SOLR that is deployed separately.
The problem is with such an approach I need to maintain 2 different
environments - one for python/django
Thank you so much Marty, that's what I need.
--~--~-~--~~~---~--~~
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, se
Can anybody explain me why django's AuthenticationMiddleware is
setting user attribute of request.__class__ and not of request itself?
What's the point of setting it on a class level rather then on the
instance level?
--~--~-~--~~~---~--~~
You received this message
> Try setting the primary_key option as True.
Fair enough, but this will solve the issue (will it? Didn't try yet)
only in case I need just one OneToOne mapping per model. What if I
need more?
In the example above, what if I need Person to be mapped to Profile
and ProjectParticipant models as One
Hi,
I'm new to django and was trying to play around OneToOne mapping (a
very powerful feature in my mind) and found one possible issue.
I created two models: Person and Profile, where Profile is mapped to
Person with OneToOne profile field in the Person class. So now when I
create a Person, I ne
Ramiro,
thanks for the link, that's really what I need. I will create a
middleware for my authentication needs.
To be more specific on what I need: we have a huge infrastructure with
many different web-based systems running on different servers and
created with different technologies/platforms. B
7 matches
Mail list logo