Re: Getting url/host/domain info in settings.py

2009-01-13 Thread Tom Dyson
We do something like this with middleware in the Carbon Account[1]: http://code.thecarbonaccount.com/trac/browser/trunk/calculator/middleware/autobrand.py Hope this helps Tom [1] http://www.thecarbonaccount.com On Jan 13, 3:10 pm, Donn wrote: > Hi, > Can anyone help me

Re: Getting url/host/domain info in settings.py

2009-01-14 Thread Tom Dyson
://www.djangosnippets.org/snippets/1119/ Tom On Jan 13, 5:53 pm, Donn <donn.in...@gmail.com> wrote: > On Tuesday, 13 January 2009 19:28:01 Tom Dyson wrote: > > > We do something like this with middleware in theCarbonAccount[1]: > > I have not used middleware yet, so will loo

Re: what to use for search facility

2009-01-19 Thread Tom Dyson
For non-Russian speakers, see http://code.google.com/p/django-sphinx/ I've used the Postgres + tsearch approach, with something like this for Django integration: http://smelaatifi.blogspot.com/2007/09/full-text-search-with-tsearch2-and.html On Jan 19, 8:49 am, Konstantin

Re: Has anyone made an MS excel exporter in a django site yet?

2008-04-09 Thread Tom Dyson
bon Account: http://code.thecarbonaccount.com/trac/browser/trunk/calculator/views/v_export.py http://code.thecarbonaccount.com/trac/browser/trunk/models/export.py Tom Dyson http://thecarbonaccount.com --~--~-~--~~~---~--~~ You received this message because you are subscr

Re: Search Engine for Python and Django

2006-07-25 Thread Tom Dyson
to Django integration) and test data collections. Cheers Tom -- tom dyson http://throwingbeans.org --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dj

Re: Search Engine for Python and Django

2006-07-26 Thread Tom Dyson
aybe it's not so hard... I need to review http://www.python.org/dev/peps/pep-0100/ and make sure it's all covered. I'll aim to include Unicode support in the first release. Thanks for the encouragement! Tom -- tom dyson http://throwingbeans.org --~--~-~--~~~---~

Re: How to design urls like record1.domain.com

2005-12-20 Thread Tom Dyson
This isn't a Django thing - wildcard DNS entries and mod_rewrite will help you here: http://www.google.com/search?q=wildcard+subdomains+mod_rewrite