Re: ldap server authentication

2017-12-02 Thread Mike Dewhirst
On 1/12/2017 10:28 PM, pacopyc pacopyc wrote: Hi, I am a beginner django programmer. I would like to authenticate users of my web application to an ldap server (which has about 1000 users defined). Not all users of the ldap server must be able to access the web application (only 50 ldap user

Re: Login form error not showing up for wrong username/password combo

2017-12-02 Thread Constantine Covtushenko
Hi Tom, It seems like your are trying to show error that relates to form rather to particular field. I see '__all__' key in example from console. And you did not create any html tag to show such errors on the page. All I see that you printed just field specific errors. Probably you should print

Unable to save forms to the database for inline formsets using form wizard

2017-12-02 Thread Vishal Vincent
I am currently working on building a survey. The parent model 'Person' is linked to a 'Question' model via ManytoMany relationship. Both Question and Person model are linked to an 'Answer' model via foreign key. Currently, I am having issues using the Form Wizard which consists of two steps:

Re: Django 2.0 released

2017-12-02 Thread Adler Neves
I guess I noticed it updated the worst way possible: - A commit has been pushed - Continuous Integration tests passes - CI sends "it's safe to deploy" signal to production server - Downtime in production My mistake? My "requirements.txt" file did not mention package versions. Seei

Re: Error on execute migration (create index) when set db_name with quoted string

2017-12-02 Thread Carlos Leite
Thanks again Simon Ticket created https://code.djangoproject.com/ticket/28876 - Cadu Leite | Twitter | Medium Blog | Google + | | @cadu_leite | @cadu_leite

Django 2.0 released

2017-12-02 Thread Tim Graham
Django 2.0 is now available: https://www.djangoproject.com/weblog/2017/dec/02/django-20-released/ With the release of Django 2.0, Django 1.11 has reached the end of mainstream support. The final minor bug fix release (1.11.8) was issued today. As a long-term support release, Django 1.11 will rece

Re: İ want to setup a server at home for testing and lerning to deploy django projects, thanks for any helping.

2017-12-02 Thread Derek
Guides that have helped me: https://simpleisbetterthancomplex.com/tutorial/2016/10/14/how-to-deploy-to-digital-ocean.html A bit older: https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04 http://michal.karzynski.pl/blog/2013/06/09