Re: problema con un select

2015-11-11 Thread Alan Ávalos Hernández
En el método del view, no estás regresando la colección de objetos tipo Medio. Sent from my iPhone > On Nov 11, 2015, at 12:19 PM, miguel angel lopez mendo > wrote: > > view > > def medios(request): > medios = Medio.objects.filter() > template = 'pr

Re: How to master django?

2015-06-24 Thread Alan Ávalos Hernández
Two Scoops of Django is a great book to become proficient in django. Although you mention that you need to get a project done, so, having completed the tutorial that should suffice to start your project and keep as a reference the django documentation (which is great) Sent from my iPhone > On

Re: Future for Django, Jobs, Confused :/

2015-03-06 Thread Alan Ávalos Hernández
Also, it's important to always understand the core concepts of what you're doing. Programming languages and frameworks are tools to get the job done. Those come and go. But if you really have a good grasp of the theory behind those, only certain details are going to have a relevant role in your