Re: Django URLs with/without proxy server

2013-03-03 Thread Barun Saha
urls). My guess is that it also specifies that each url > begins with "app1/". Since the root urlconf matches *and consumes* one > "app1/" from the request path, any "app1/" required by app1's urls.py is > required in addition. > > Or isn't that

Django URLs with/without proxy server

2013-03-01 Thread Barun Saha
I have two Django apps (say, app1 and app2) hosted on the same machine using Apache mod_wsgi. These two apps are hosted on two different environments: 1. On a physical server where only these two apps are hosted. They are accessed as http://www.example.com/app1/app1/ and http://www.example.co

Working example on django-search-lucene

2013-01-17 Thread Barun Saha
Hello, Could anyone please provide a working example on django-search-lucene? I have been going through this tutorial, but ending up with an error while trying to search: type object 'Document' has no attribute 'obje

Re: Django lucene

2013-01-17 Thread Barun Saha
Puneet, Were you able to solve this problem? I have been searching a solution for this almost the entire day! On Monday, 31 August 2009 22:12:44 UTC+5:30, Puneet wrote: > > Hi, > > Can anyone help with this in django with lucene? Is there anyone able > to use this module sucessfully. I am gett