Re: Looking for Django developers to work on a new and an existing project with our team

2020-03-30 Thread Satish Pal
Hi I have total of 2 years of experience and I am interested to join your team. please check my Linkedin profile https://www.linkedin.com/in/satish-kumar-2230b3158/ Thanks in Advance. On Mon, Mar 30, 2020 at 8:51 AM Phako Perez <13.phak...@gmail.com> wrote: > Hi, > > I’m als

Re: GeoDjango has few problems on Django 1.11-dev version

2016-09-13 Thread Satish
tiple people will duplicate effort investigating the issue. > > https://code.djangoproject.com/ticket/27217 > > On Tuesday, September 13, 2016 at 11:00:15 AM UTC-4, Satish wrote: >> >> Hi Tim, >> >> I have attached a new django project which gave me the error.

Re: Problems setting up LDAP backend

2008-06-27 Thread satish
because environment variable %s is undefined." % ENVIRONMENT_VARIABLE) ImportError: Settings cannot be imported, because environment variable DJANGO_SETTINGS_MODULE is undefined. I set an environment variable - setenv DJANGO_SETTINGS_MODULE django.conf Still the same issue. What am I doing wrong?

Re: Problems setting up LDAP backend

2008-06-27 Thread satish
#x27; BUILTIN_AUTH = False AUTHENTICATION_BACKENDS = ( 'reviewboard.accounts.backends.LDAPBackend' ) #'django.contrib.auth.contrib.ldapauth.LDAPBackend' LDAP_EMAIL_DOMAIN = LDAP_URI = LDAP_SERVER_URI = 'ldap://.. LDAP_UID_MASK = LDAP_ANON_BIND_UID = LDAP_ANON_BIND_PASSWD

Problems setting up LDAP backend

2008-06-26 Thread satish
Hi All, I was able to setup review board with the default auth backend. However I am having problem setting it with LDAP. Here is what I did: 1). I added the following to the settings_local.py. Restarted the server "manage.py runserver 0.0.0.0:8000" I made sure all the LDAP props are correct.