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 also the 2nd class c
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 va
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:
>
> snip ---
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 add(request,
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
impor
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?
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
t
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
doe
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 cookie is present. You can see th
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 choi
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:
> > I am making an app which
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 browser.
> Some conditions w
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 my
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 let you know that I got t
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. I
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 d
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 2
17 matches
Mail list logo