Re: Downloadable CSV file of Survey?

2010-02-17 Thread hajo
FROM table_to_be_exported; (Note: SELECT * FROM statement can be any query) Hajo On Feb 17, 4:02 am, djangonoob <jacquesnel1...@gmail.com> wrote: > Hi I have a quick question. > > I am currently using django-survey and was wondering if there is any > way of downloading the re

Re: Street address normalisation

2007-11-20 Thread hajo
Thanks a lot; will defintely look into this one! The other solution I looked at was to send an address to google (We have a commercial deal with them; I work for a failry large newspaper); get it geocoded and then go from there... The issue here is one of time... Hajo On Nov 20, 12:38 pm, Tim

Street address normalisation

2007-11-20 Thread hajo
this; what is the "correct" way to handle this? How do google; Mapquest and Yahoo do this? (I don't have quite their resources; but it would point me in the right direction...) Thank you very much and everybody have a great thanksgiving. Hajo --~--~-~--~~~---~-

concatenating querysets

2007-09-14 Thread hajo
any answers; Hajo Smulders Here is the view function: def recipe_search(request, searchcriteria, sorter, page): BASE_ROOT = determine_baseroot() # don't worry about this, this sets the different environments I work in (IE: different URLs for developemnt, QA and prod searchcriteria