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

2020-04-07 Thread Ifeanyi Chielo
I am interested but I need to gather more experiences before joining such teams, I am new in django though not new in app development Dr. Chielo C. Ifeanyi Chief Programmer, Head Webometrics Section ICT Unit, UNN 08032366433, 08154804230 ifeanyi.chi...@unn.edu.ng http://www.unn.edu.ng/users/ifeanyi

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

2020-04-07 Thread Lax Nayak
Hi Everyone, Thank you everyone for your interest. Can the interested candidates fill out the below application: Please fill out this form : https://forms.gle/2FTHsUzzEuydXJ7v5 On Sunday, March 29, 2020 at 11:27:17 PM UTC+5:30, Lax Nayak wrote: > > I am looking for a django developer who has ex

Re: Login Not working

2020-04-07 Thread Akshat Zala
On Tuesday, 7 April 2020 18:49:36 UTC+5:30, Akshat Zala wrote: > > You can use decorator before start of view: > No need to write different view for user and admin. > > @login_required(*redirect_field_name='next'*, *login_url=None)* > > On Monday, 6 April 2020 19:05:33 UTC+5:30, kkwaqar786 wrote:

Re: ""Save" method throws duplicate key value violates unique constraint

2020-04-07 Thread Menaga Gopal
Thank you for the response. I was able to fix it by setting "user" field as the primary key in UserProperties model. Below is the updated version of the user field in UserProperties model. Just added "primary_key=True" to fix the duplicate key value issue. class UserProperties(models.Model):

Re: Login Not working

2020-04-07 Thread Akshat Zala
You can use decorator before start of view: No need to write different view for user and admin. @login_required(*redirect_field_name='next'*, *login_url=None)* On Monday, 6 April 2020 19:05:33 UTC+5:30, kkwaqar786 wrote: > > Loggin not working , > > Please Help Me, > > Admin: > > username:-admin

Re: Login Not working

2020-04-07 Thread Akshat Zala
YOu can use decorator: @login_required before start of the function/ On Monday, 6 April 2020 19:05:33 UTC+5:30, kkwaqar786 wrote: > > Loggin not working , > > Please Help Me, > > Admin: > > username:-admin > password:-admin > > User: > > username:-waqar > password:-Test@123 > > > > Please Solved m

Re: Login Not working

2020-04-07 Thread shengdao zhou
In *onevideos.zip\onevideos\userproject\home\views.py 17:28*, if the login is successful, *login.html *will still be returned, which should be replaced with *index.html*. [image: views.py 17.png] 在 2020年4月6日星期一 UTC+8下午9:35:33,kkwaqar786写道: > > Loggin not working , > > Please Help Me, > > Admi

Can upload a directory structure as file upload using django?

2020-04-07 Thread Ashok Sharma
Hi All, I want to upload a directory structure from remote server same as we are uploading any file or image. Please have a look and share me any reference. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this gro