Re: Django/Python-ldap Ldap Question Adding Entries

2014-07-27 Thread Paul J Stevens
Does ou=Enki Users,dc=enki,dc=local actually exist already? If it doesn't you need to create it first before trying to add objects to it. On 23-07-14 19:05, G Z wrote: > I'm trying to add entries via a form post in django, I have the > following code and its really not django specific but it is

[ANNOUNCE] Django 1.7 RC 2 released

2014-07-27 Thread James Bennett
Check out the weblog for details (including information on a change to the keys used to sign Django releases): https://www.djangoproject.com/weblog/2014/jul/27/17rc2/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Why are DateTimeField auto_now and auto_now_add bad?

2014-07-27 Thread Mattias Linnap
Hi all, I've seen DateTimeField's auto_now and auto_now_add parameters often described as "buggy" or "error-prone". For example: https://code.djangoproject.com/ticket/22995 https://groups.google.com/forum/#!topic/django-developers/TNYxwiXLTlI The ticket proposes to document these downsides or pr

Re: Problem in the Tutorial 01

2014-07-27 Thread Ricardo Daniel Quiroga
get() si no existe coincidencia te tira error asi de simple. 2014-07-24 11:41 GMT-03:00 Daniel Roseman : > On Thursday, 24 July 2014 13:53:54 UTC+1, Fabian Zentner wrote: > >> Hey guys, >> >> I'm new with Django and Python as well. I'm doing the tutorial 1 on the >> website (https://docs.djangop

Re: inicio en django

2014-07-27 Thread Mario R. Osorio
En primer lugar, no hace falta que vayas a pagar ningun curso de $95, eso es pura mierda. Especialmente habiendo TANTOS RECURSOS GRATIS sobre django en toda la internet. Por supuesto que el 80% quizas sea en ingles. Desconozco tu experiencia, pero antes de comenzar a trabajar con django, es cas

Re: inicio en django

2014-07-27 Thread Mario R. Osorio
No se si te mencione virtualenvwrapper que, aunque no es imperativo, te va a facilitar mucho la vida. On Saturday, July 26, 2014 4:10:37 PM UTC-4, juantonio v wrote: > > hola tengo el Django-1.6.5.tar.gz de django, ahora como lo instalo? > > > gracias! > -- You received this message because y

Re: Chat application

2014-07-27 Thread Pedro
Thank you guys. I tried to do it using socket.io clients and django-socketio but i just can't make it works. So, now i'm using a node.js server that talks with my main django server. Clients emit messages to the node.js server, that does the authentification with a POST request to my django server

Django Search via Form Redirect to URL

2014-07-27 Thread Conner DiPaolo
I already have a valid search function mapped in my Django project, you type in a url '/project/search//' and it responds the corresponding search results on a page. I want to have a search box in my nav-bar that was created in my base.html and have users type in a query and it will redirect

Re: Why are DateTimeField auto_now and auto_now_add bad?

2014-07-27 Thread Russell Keith-Magee
I'm not aware of a formally documented list anywhere. To the best my knowledge, the bug/downside that is referred to here is that the fields *won't* automatically update in *every* circumstance. You need to actually *save* the model to make the field update. Calls to update, save_base, etc won't i

Re: Alternative to django-registration (unmaintaned since September 2013)

2014-07-27 Thread rush
Hi guys,Looks like django-signup ( https://bitbucket.org/fcoelho/django-signup/ ) may be interesting for you. It is based on django-registration and as for now the last commit was about a 5 days ago.-- wbr,rush.   24.07.2014, 19:21, "Oscar Carballal" :Same for me in my personal projects and in our