Re: Help with runserver

2016-11-19 Thread Asad Jibran Ahmed
Do you have debugging turned on (DEBUG=True in settings.py) in Django? If you do, you should see a pretty detailed stack trace and not just this. Also, in the console you should see a stack trace with the details of the error. Do you see those? Asad Jibran Ahmed http://blog.asadjb.com On Sun, No

Re: Help with runserver

2016-11-19 Thread Alex Heyden
We'd need to see your settings file and maybe your top-level urls.py to answer it conclusively, but in general terms, some view that's been mapped to root on your project is returning that there JSON response. This is not a default Django behavior, or at least wasn't in 1.10 or earlier. On Sat, No

Help with runserver

2016-11-19 Thread NS
When I run python manage.py runserver, I get this shown on localhost:8000 {"status": "fail", "method": "", "error":""} What happened? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails f

Loading the content of an iframe

2016-11-19 Thread Gary Roach
Hi all, I am really stumbling around with my project at present. I am relatively new to both Python and Django and have started a major project with both (retired and have plenty of time). I have set up a main.html page that has logos and such at the top of the page and has some more logo st

Extending FieldField (the way ImageField does)

2016-11-19 Thread Serge Wroclawski
Hi all, I've been a casual user of Django for years, but recently have need to make a new field based on FileField. I decided to take a look at ImageField, since it is very similar to what I'm doing. Specifically I'm looking at using mutagen (python-mutagen) to get information about audio file

Re: Login using social network

2016-11-19 Thread Arindam sarkar
Use Python social auth ... It works great On Nov 19, 2016 4:53 PM, "palansh agarwal" wrote: > Hey, > > You can use a third party app like `django allauth` which beautifully > handles above requirements. > > Cheers, > > *Palansh Agarwal | +918239026608 |+919461787317 >

Re: Login using social network

2016-11-19 Thread palansh agarwal
Hey, You can use a third party app like `django allauth` which beautifully handles above requirements. Cheers, *Palansh Agarwal | +918239026608 |+919461787317 * *Co-Founder and CTO at EventGraphia Pvt. Ltd. * [image: https:/

Login using social network

2016-11-19 Thread ABDUSALAAM HOLLER
How to login to my website using the normal login and social network like gmail and facebook django -- 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-users