Re: webcam in a web page

2009-08-20 Thread Hernan Olivera
s que no todos ignoramos lo mismo. > > Recuerda: El arca de Noe fue construida por aficionados, el titanic > por profesionales > --------- > > > > -- Hernan Olivera --~--~-~--~~~---

Re: Finding a Django expert to review my code

2009-07-31 Thread Hernan Olivera
2009/7/31 Hernan Olivera : > 2009/7/31 Daniel Roseman : >> >> On Jul 31, 7:21 am, Rex wrote: >>> I just created my first Django site (as an academic research project). >>> Now that it is done, I would like to get feedback on my code from a >>> Dja

Re: Finding a Django expert to review my code

2009-07-31 Thread Hernan Olivera
nce in this way, and all of us could learn for this. Then, use your budget to support this, or donate it to Django Project, or somoething. I think this is much more interesting in an academic way, and for the community. What do you think? Open greetings ;-) -- Hernan Olivera --~--~---

Re: Scientific Data Frontend with Django

2009-06-18 Thread Hernan Olivera
> It seems to me that the tools built into Django (administration site, >> > > generic views & templates) would lend themselves quite easily for this >> > > purpose... not to mention that I am already using NumPy and MatPlotLib >> > > to plot my data sets

Re: learning django

2009-06-02 Thread Hernan Olivera
ngo book, first. It is really easy. Do it yourself, not just reading or cut & paste. Familiarize yourself with Django's documentation, and look for available Django books. Look for Django code, and try to see how it works. Good luck!! -- Hernan Olivera --~--~-~--~~-

Re: Pre-filling form data without submission?

2009-04-08 Thread Hernan Olivera
My (working code)solution: form = CargaRecetaForm(initial={'obra_social':str(os.siglaosocial), 'plan':str(plan.descplan), 'CU': str(numfar), 'NrodeOrden': str(sigord)}) contexto = RequestContext(request, {'form':form}) return render_to_respons

Re: Django Developers Wanted

2009-04-01 Thread Hernan Olivera
Hi, Liam! 2009/1/24 Info Cascade : > This will probably be of most interest to Django developers in the San > Francisco Bay Area, > but the company is open to hearing from anyone who might be interested. Remote off-shore freelancers too? regards -- Herna

Re: Django versioning and backup best practice

2009-03-20 Thread Hernan Olivera
en database I do psql dumps and then >> import on the other server, > > Suppose I decide to use Postgres instead of Sqlite, do you have any > tips on how to perform a backup of my data? Should I go for a psql > dump? > > Thank you very much, > > -- > Fabio Natali >

Re: free django hosting

2009-01-30 Thread Hernan Olivera
details in http://www.alwaysdata.com/offers/shared/ 2009/1/30 Hernan Olivera : > try http://www.alwaysdata.com/ > > > 2009/1/30 Jeff Anderson : >> xankya wrote: >>> >>> hi, >>> anybody know free django hosting ? >>> >> >> I hi

Re: free django hosting

2009-01-30 Thread Hernan Olivera
regular CGI scripts at a > free host. Beyond that, you might look into getting a free dynamic dns > account and using your home machine. > > If you find otherwise, I'd be interested to know. > > > Thanks! > > Jeff Anderson > > -- Hernan Olivera --~--~-~-

Re: Django-like PHP framework?

2009-01-09 Thread Hernan Olivera
dering if some fo you know about competitor PHP frameworks > > that "look like" Django, or at least try to reach that level of > > purity. > > > > Thanks for any comment (and sorry about this unfair request :-P) > > > -- Hernan Olivera --~-

Re: Django development environment (newbie)

2008-10-16 Thread Hernan Olivera
> Can I combine it with Apache so I can serve my static and index.html > with Apache and the rest with django-admin.py server? There is a very single configuration option in apache that auto-reloads code too, in django documentation. -- Hernan O

Re: changing code = restarting django??

2008-09-05 Thread Hernan Olivera
That do the magic -- Hernan Olivera --~--~-~--~~~---~--~~ 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, send em

Django svn 8631

2008-08-27 Thread Hernan Olivera
Hello My app crashes when I update to the last svn version 8631 with this error: ImproperlyConfigured: Error while importing URLconf 'dataentry.urls': 'module' object has no attribute 'STACKED' Obviously, my app were ok before that. Ideas? --~--~-~--~~~---~--~~

Re: Is Django development active?

2008-07-21 Thread Hernan Olivera
>> Heh, the USA has been stuck on version 50 since 1959 when Hawaii >> was added to the union. There are some development branches >> ("Puerto Rico" and "Virgin Islands" feature-branches are >> potential release-candidates, if a merge ever becomes official) >> moving towards version 51. Clearly

Re: Support for MS SQL Server

2008-06-25 Thread Hernan Olivera
> After doing some search on Google, Django has some kind of backend > support for MS SQL server. But when I type ado_mssql in my setting.py > file while creating a simple application, it says ad_mssql is not an > avaliable option. Do I need any special patch or something to enable > this? Please

Re: Total newbie question

2008-06-10 Thread Hernan Olivera
> My question is. Is it possible to learn how to work > with django? READ and WRITE code? How should I start? Python lessons? Maybe you can start with the Django tutorial ;-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Django tutorial .rst

2008-05-08 Thread Hernan Olivera
Thanks! I shoud have to guess it! --~--~-~--~~~---~--~~ 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, send email to

Django tutorial .rst

2008-05-08 Thread Hernan Olivera
Hello Is it possible to get the .rst files for the Django tutorial, for translating it to spanish? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dja

Re: Strange tutorial behavior...

2008-04-17 Thread Hernan Olivera
Maybe something about your database settings. You don't say what db are you using in each case. --~--~-~--~~~---~--~~ 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@

Re: Enterprise applications with Django

2008-04-16 Thread Hernan Olivera
> If the question is "can it handle business logic rather than just > be a system for writing blog software and news sites?" then most > certainly. Several of the Django sites I've authored (they're > internal rather than public-facing) for my company which are far > more process-oriented in