django orm filter queryset is returning empty

2019-12-17 Thread vignesh s
django orm filter queryset is returning empty queryset and also checked in the db the data is available -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-u

Re: basic_app not provide the User how to reslove ?

2019-11-28 Thread Vignesh Kumar
machii nee return panrathu andha model la iruka field tha return pananum.. *return self.User* On Thu, Nov 28, 2019 at 9:41 AM MEGA NATHAN wrote: > Hi. > > > > PS C:\Users\Meghanathan\Desktop\django\django_levelfive\learning_users> > python manage.py migrate basic_app > SystemCheckError: System c

I have two models which are associated to each other through a ForeignKey how to delete the child model object without affecting parent model object

2019-11-09 Thread Vignesh s
I have two models which are associated to each other through a ForeignKey how to delete the child model object without affecting parent model object -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receivi

Re: interoperability of django with another web server

2019-07-23 Thread vignesh karthik
essage because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.go

Re: Running of index.html file

2019-07-23 Thread vignesh karthik
did you try install pillow..if it is not try this command pip install pillow On Wed, Jul 24, 2019 at 9:22 AM Mukul Dharwala wrote: > thanks brother but i have tried everything > > On Jul 24, 2019 9:21 AM, "vignesh karthik" > wrote: > > Hi there, > > in se

Re: Running of index.html file

2019-07-23 Thread vignesh karthik
ttps://groups.google.com/d/msgid/django-users/ef6dc860-24bb-417b-9f97-98728eaad29b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- vignesh -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscrib

Re: Polls app not showing?

2019-06-27 Thread vignesh karthik
Create virtual environment On Fri, Jun 28, 2019, 6:14 AM ScottW wrote: > The server ran a few weeks ago before I ran into this issue. I used the > run server command just now and now its not working. Interesting > > On Thursday, June 27, 2019 at 3:09:29 PM UTC-4, karthikvignesh28 wrote: >> >> >>

Re: Django create username and password, please help!

2019-06-27 Thread vignesh karthik
roup at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAKVKrTyPvD%3DwKb0w955Rt7Ss0R08n-Ym-xOQN01wintx5nCYrg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAKVKrTyPvD%3DwKb0w95

Re: Upload file IN DJANGO

2014-10-15 Thread Vignesh Sunder
I recently implemented this using a third party library which in turn proved to be more beneficial than expected, and made things very flexible & effortless. The implementation did not take more than 2 hours (installation + integration into project + interaction with my existing model-structure). I

Re: Why is a username required for a User?

2013-04-09 Thread Vignesh Sunder
Is your new 'Users' class defined in an 'auth' module/app inside your project? I guess the problem here is that you are supposed to refer to the module containing the 'models.py' in which you have defined 'Users' class. For example, if your module/app is 'mysite' and you have defined 'Users' clas

Re: Migrating to Django 1.4

2012-06-19 Thread Vignesh
jango 1.4 generates new manage.py. Maybe that's the problem? > > On Tuesday, June 19, 2012 9:15:01 AM UTC+2, Vignesh wrote: >> >> Hi, >> >> I started migrating our django 1.2.3 project to django 1.4, >> >> Now the manage.py is not showing any management

Migrating to Django 1.4

2012-06-19 Thread Vignesh
Hi, I started migrating our django 1.2.3 project to django 1.4, Now the manage.py is not showing any management commands added by outside apps like, haystack, south etc. Am I missing something obvious? -Thanks Vignesh -- You received this message because you are subscribed to the Google

Re: facebook login problem

2012-02-29 Thread Vignesh Sunder
This might help you in managing the session. I had a similar problem a year ago and used the following snippet: http://djangosnippets.org/snippets/2065/ Cheers! On Wed, Feb 29, 2012 at 5:29 PM, dummyman dummyman wrote: > Hi , i am using django framework at the back end > > I have used facebook

Re: 3-legged-OAuth Logout

2011-07-26 Thread Vignesh Sunder
! vignesh -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit thi

Re: 3-legged-OAuth Logout

2011-07-25 Thread Vignesh Sunder
Thanks for the reply..But I feel this could be a security issue, considering the fact that the user (say user1) would not be aware of the fact that he/she has not yet been logged out of Twitter. If another user (say user2) gets hold of the system before user1's cookie/session gets timed out, and ha

3-legged-OAuth Logout

2011-07-25 Thread Vignesh Sunder
Hi. I was just curious to know about the logout functionality of OAuth..When a User logs out from the Consumer (After 3-legged OAuth login) site, the User's session happens to get flushed. But I believe this happens only on the Consumer side. However, if the User immediately tries to connect to the