Re: TypeError: resolve() got an unexpected keyword argument 'strict' in Django

2020-05-14 Thread uday
Abhi, Did you got any resolution for this issue. I did recent upgrade to Django 3.0.6 and started getting the same issue. My pathlib library is also upto date. On Monday, April 13, 2020 at 4:28:57 AM UTC+5:30, Abhishek Pandey wrote: > > Hello Everyone! > > I am a new Django learner. I followed so

Re: SPA websites with Django

2019-11-15 Thread uday devikar
I want to take a input from a end user Name , email and message .. I don't want to validate user or anything ...just want a input . In django . What should I do...? On Thu 14 Nov, 2019, 6:19 PM Michael Thomas, wrote: > Django is a backend platform - it's agnostic as to what type of front end >

Error decoding password stored in mysql : binascii.Error: Incorrect padding

2018-03-14 Thread uday bhaskar
File "", line 1, in File "D:\Development\sss\pyenv\lib\base64.py", line 553, in decodebytes return binascii.a2b_base64(s) *binascii.Error: Incorrect padding* Thanks, Uday. -- You received this message because you are subscribed to the Google Groups "Django users" grou

Re: Problem How to increase the username filed size from 30 to 75

2013-05-25 Thread uday kumar
I tried that but it still producing the error Error: Ensure this value has at most 30 characters (it has 50). *Thanks and Regards* Uday Kumar G *MSIT-IIIT * *e-mail: uday12ku...@gmail.com* *mobile: +91-8886785550* On Sat, May 25, 2013 at 5:37 PM, Emrah Atalay wrote: > Hello, > > Be

Problem How to increase the username filed size from 30 to 75

2013-05-25 Thread uday kumar g
Hi I am using the User model. I want the username to be more than 30 characters. Is there anyway to change the size from 30 to 75. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fro

should i use django

2010-07-16 Thread uday
Hi, I need to design a simple web app that would mostly display data from an xml file in different forms(like graphs,charts etc) after some processing.I have to do this in two weeks I don't have any web development background.I am more of a systems programmer and thus use C/C++ a lot.But sin