Re: After upgrading 1.1 to 1.6 users with old passwords can log on new users can not log on.

2017-04-30 Thread m1chael
Hi, This explains your issue in detail: https://docs.djangoproject.com/en/1.11/releases/1.10/#removed-weak-password-hashers-from-the-default-password-hashers-setting ..and talks about a very easy workaround Mike On Sun, Apr 30, 2017 at 4:25 PM, NoviceSortOf wrote: >

After upgrading 1.1 to 1.6 users with old passwords can log on new users can not log on.

2017-04-30 Thread NoviceSortOf
After upgrading from 1.1 to 1.6 all of our older registrants can logon but new registrants can not using their new passwords. Its as if Django will read the old passwords, but somehow it no longer encrypts new passwords that are readable. I do see a structural difference in the new passwords

Re: Why do I get this error "context must be a dict rather than Context." ?

2017-04-30 Thread Pubudu Goonetilleke
Thank you very much. On Saturday, April 29, 2017 at 2:44:57 PM UTC-7, Pubudu Goonetilleke wrote: > > My code : I am following tutorial on Django site and this is where I got > stuck >

about tutorial "app reusable section" issue

2017-04-30 Thread Xuanbei Lu
Hi Django experts, I'm new to django. I followed up the tutorial and everything is right on the way until the re-use app section. According to the tutorial, after packaging and installing the polls app using pip, I removed the directory 'polls' in 'mysite'. Then when I try to run "python

Error was: cannot import name 'GDALRaster in Window 8.1

2017-04-30 Thread Prashant Verma
C:\User\.\Desktop\Geolocation>*python manage.py makemigrations* Traceback (most recent call last): File "C:\Users\Prashant\Desktop\Geolocation\casino_locater\lib\site-packages\django\db\utils.py", line 115, in load_backend return import_module('%s.base' % backend_name) File

Re: Django Tutorial | sqlmigrate command ending in error

2017-04-30 Thread Daniel Roseman
You haven't given nearly enough information to help you. You need at least to post the contents of your polls/migrations/0001_initial.py, and your DATABASES settings. -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: Django Tutorial | sqlmigrate command ending in error

2017-04-30 Thread Nikhil Reddy
Can anyone kindly help me on this issue? Thanks, Nikhil On Friday, 21 April 2017 18:40:43 UTC+5:30, Nikhil Reddy wrote: > > Hi, > > I am going through this tutorial > . When I execute > the command: "python manage.py sqlmigrate polls

Re: django formset

2017-04-30 Thread vicalloy
I think you can select the field by class. Or $('name$=-fieldname') On Fri, 28 Apr 2017 at 19:15 shahab emami wrote: > hello > i search for my question on google and this group by i couldn't find the > answer. > maybe I am not a good searcher.D > > i have a formset. >