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 wrote: > On Jan 19, 1

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

2009-01-14 Thread Tom Dyson
http://www.djangosnippets.org/snippets/1119/ Tom On Jan 13, 5:53 pm, Donn 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 look into it. I am not

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 get some extra info in

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

2008-04-09 Thread Tom Dyson
e Carbon 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 s

Re: Search Engine for Python and Django

2006-07-26 Thread Tom Dyson
elease? Maybe 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: Search Engine for Python and Django

2006-07-25 Thread Tom Dyson
uggestions (particularly with regards 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.

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

Django screencast

2005-12-13 Thread Tom Dyson
I've made a short screencast which introduces some of Django's key concepts: http://www.throwingbeans.org/django_screencasts.html It's intended as a demonstration, rather than a tutorial, and in the course of building a simple CMS in seven minutes, it covers quite a lot of ground. I'd be gratef