How Django render the various templates?

2011-06-12 Thread Nge
Hi Everyone! How can I create Django tablet site program? How can decide Django redirect the web site or mobile site or tablet site? Does there has separately browser detection? Thanks Nge -- You received this message because you are subscribed to the Google Groups "Django users"

Re: How to draw line charts in Django?

2011-05-05 Thread Nge
Hi KG! I already created a view and can extract data from database.But I have a problem. I don't know how to send to template and how to create js/ ajax. Can you share me sample? Thanks Nge On May 5, 3:44 am, Kenneth Gonsalves wrote: > On Thu, 2011-05-05 at 00:28 -0700, Nge wrote: &g

How to draw line charts in Django?

2011-05-05 Thread Nge
Hi everyone ! I want to know. How can I create line charts in Django? Then I have to take data from postgresql for x-axis and y-axis. So how should I do? How can apply django, postgres, graph and ajax? Pls share your knowledge. Thanks Nge -- You received this message because you are subscribed

I want to get facebook uid to my python function.

2011-04-05 Thread Nge
e the facebook uid to python function. Thanks Nge -- 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...@g

How to create django custom login page?

2011-04-01 Thread Nge Nge
Hi All I saved the registered user data into my postgresql database. Now I have to create login page. I have to check the requested user name and password are in my database. If user name and password are in my database, redirect to success.html. How should I do? Pls advise me. Thanks nge

How to check the text field values are in my database or not ?

2011-03-31 Thread Nge Nge
Hi All! How can I check the text field value in my database ? For example, I type user name and password from text box on my web page. Then I want to check these values are in my database or not. How should I do? I am using postgresql database. Thanks Nge Nge -- You received this message

Re: Error on django program with django-socialregistration....

2011-03-21 Thread Nge Nge
Hi Calvin How can I install the facebook python library to my project? Thanks Nge On Mar 21, 6:45 am, Calvin Spealman wrote: > Do you possibly have a module or package in your project named "facebook"? > One of the requirements for django-socialauth is the facebook python >

Re: Error on django program with django-socialregistration....

2011-03-21 Thread Nge Nge
ed instead. > > > > On Mon, Mar 21, 2011 at 4:23 AM, Nge Nge wrote: > > Hi All! > > > I am already tried to login from my django form via facebook login. > > I am testing with django-socialregistration from ( > >https://github.com/flashingpumpkin/django-social

Re: Error on django program with django-socialregistration....

2011-03-21 Thread Nge Nge
Hi Vikalp, Now I already install Python-SDK in my Python Path. But I got this error. If possible, please guide me in details how should I do. Thanks Nge On Mar 21, 7:09 am, vikalp sahni wrote: > https://github.com/facebook/python-sdk > > You have to use this.  As the method giving

Error on django program with django-socialregistration....

2011-03-21 Thread Nge Nge
Hi All! I am already tried to login from my django form via facebook login. I am testing with django-socialregistration from ( https://github.com/flashingpumpkin/django-socialregistration.git). I am facing the following error when I run my program. Please help me.. How should I do?? Nge

How should I solve?

2011-03-20 Thread Nge Nge
Hi everyone ! I am trying to connect facebook from django web page with login and registartion. I already try with the Django-Socialauth. I am facing the following error. How can I solve? Please help me. I am running with python 2.6 on aptana studio 3. http://127.0.0.1:8080/facebook_login/ Name

How can I create Django web page to connect Facebook login and registration?

2011-03-17 Thread Nge Nge
facebook, I confuse how to apply plug in Django library on my project. How can I get user data from Facebook after user permission? Thanks Nge -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dj