Re: Django vs ExtJS

2015-06-08 Thread Jani Tiainen
On Mon, 8 Jun 2015 10:12:17 -0700 (PDT) Antonio Saponara wrote: > ExtJS is a REST *client* wich uses basic CRUD calls to obtain great > results with *few lines of code*! That is true. > It supports CRUD, pagination, sorting and filtering out of the box! Please > respect

Django rest framework and endpoints to use

2015-06-08 Thread Shekar Tippur
Hello, I am trying to use OAuthSwift to get authenticated to my app running using rest framework. I am following instruction from https://django-oauth-toolkit.readthedocs.org/en/0.3.2/tutorial/rest_framework_integration.html . Can you please indicate what URL I should be using to get myself

Re: push yahoo finance json data into database

2015-06-08 Thread James Schneider
On Mon, Jun 8, 2015 at 1:09 PM, Oscar Buijten wrote: > > Hi there, > The python learning curve seems to be steeper than expected :-( > As yesterday, help converting my php app into python/django will be > appreciated. > > I have the following: > >

display fields of form within another form

2015-06-08 Thread marcelle Kouam
hello I have a problem. I have an application user and another employee. i want to display all the fields of user in my employee forms. now, I just redisplay my form user in my form employee like that in my template: {{ form_1.as_p }} {{ form.as_p }} this is my view employee: def

push yahoo finance json data into database

2015-06-08 Thread Oscar Buijten
Hi there, The python learning curve seems to be steeper than expected :-( As yesterday, help converting my php app into python/django will be appreciated. I have the following: snip --- from django.core.management.base import BaseCommand, CommandError

Re: What are some 3rd party good django applications which handle user registration,login and authentication?

2015-06-08 Thread Marcos Lewis
For registration I like to use django-registration-redux. https://django-registration-redux.readthedocs.org/en/latest/ El lunes, 8 de junio de 2015, 15:55:36 (UTC-3), akshat escribió: > > I know some applications and have also used them but I want to know what > other django users use and love?

What are some 3rd party good django applications which handle user registration,login and authentication?

2015-06-08 Thread akshat
I know some applications and have also used them but I want to know what other django users use and love? Thanks -- 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

Re: Django vs ExtJS

2015-06-08 Thread Antonio Saponara
ExtJS is a REST *client* wich uses basic CRUD calls to obtain great results with *few lines of code*! It supports CRUD, pagination, sorting and filtering out of the box! Please respect also the 2nd class citizen :-| Django-rest-framework of course is server-side so it is incomparable! It

Re: How to check if the client's browser supports cookies in Django?

2015-06-08 Thread Tom Evans
On Mon, Jun 8, 2015 at 3:42 PM, akshat wrote: > But this requires two separate views right? How does facebook know on the > first attempt that cookie support is not enabled in my browser? It doesn't, it sets a cookie and redirects you to another URL to see if the

Django-Moderation

2015-06-08 Thread Aman Jhunjhunwala
Hi everyone, I am a inexperienced Django user and I am making a blog application, where users can save a blog in draft stages and then on publishing it ,the post gets added to a moderation queue. I have used "Django-Moderation" package to implement the same. In my models, I have a multiple

Re: How to check if the client's browser supports cookies in Django?

2015-06-08 Thread akshat
But this requires two separate views right? How does facebook know on the first attempt that cookie support is not enabled in my browser? On Monday, June 8, 2015 at 8:09:26 PM UTC+5:30, larry@gmail.com wrote: > > On Mon, Jun 8, 2015 at 10:36 AM, akshat > wrote: > >

Re: How to check if the client's browser supports cookies in Django?

2015-06-08 Thread Larry Martell
On Mon, Jun 8, 2015 at 10:36 AM, akshat wrote: > I am making an app which uses User authentication to give access to various > pages on the website. I want to use session management for this. But first I > need to check if the cookie support is provided by the client's

How to check if the client's browser supports cookies in Django?

2015-06-08 Thread akshat
I am making an app which uses User authentication to give access to various pages on the website. I want to use session management for this. But first I need to check if the cookie support is provided by the client's browser. Some conditions which I want to check are - 1) If the user visits

Re: Command line script > Ensure that its module, "models", is located inside an installed app. error

2015-06-08 Thread Gergely Polonkai
Hello, This SO answer[1] will provide you with decent answer on what this *args and **kwargs things are. Hope that helps! Best, Gergely [1] http://stackoverflow.com/a/3394898 2015-06-08 15:03 GMT+02:00 felix : > El 08/06/15 08:23, Oscar Buijten escribió: > > Just to

Re: Command line script > Ensure that its module, "models", is located inside an installed app. error

2015-06-08 Thread felix
El 08/06/15 08:23, Oscar Buijten escribió: Just to let you know that I got this snippet working now Gergely :-) Thanks again for putting me on the right track. What I didn't get though is why I need the " *args, **options". I read the doc but didn't grasp the why... Cheers, Oscar I'm a newbie.

Re: Command line script > Ensure that its module, "models", is located inside an installed app. error

2015-06-08 Thread Oscar Buijten
Just to let you know that I got this snippet working now Gergely :-) Thanks again for putting me on the right track. What I didn't get though is why I need the " *args, **options". I read the doc but didn't grasp the why... Cheers, Oscar -- snip -- from

Re: Django vs ExtJS

2015-06-08 Thread Jani Tiainen
Hi, I've been working with relatively large (GIS) apps that do use ExtJS and Django. What comes to ExtJS and it's "REST" that is pure joke. It's not even close what REST should be. There is even long standing thread on ExtJS forums about having better support for REST but I guess it's totally