Re: DRF JWT Token with Mobile

2017-12-28 Thread Andréas Kühne
Hi, You will have to implement your own authentication backend to make that work. See here for an example: https://chrisbartos.com/articles/how-to-implement-custom-authentication-with-django-rest-framework/ Regards, Andréas 2017-12-29 5:25 GMT+01:00 Mukul Mantosh : > Django Rest Framework JWT

Re: Still having trouble with django-filebrowser

2017-12-28 Thread Mike Dewhirst
On 29/12/2017 3:08 PM, James Schneider wrote: However, the same treatment fails on my Windows runserver dev platform. Brand new virtualenv for Py27 and Py36 still fail to show the little browse link on the right-hand end of the Source field. Have you verified that your Windows vir

Re: DRF JWT Token with Mobile

2017-12-28 Thread Mukul Mantosh
Django Rest Framework JWT (http://getblimp.github.io/django-rest-framework-jwt/) as specified that JWT token can be obtained by passing username and password. Example: $ curl -X POST -d "username=admin&password=password123" http://localhost: 8000/api-token-auth/ How to obtain the JWT Token usin

Re: Still having trouble with django-filebrowser

2017-12-28 Thread James Schneider
However, the same treatment fails on my Windows runserver dev platform. Brand new virtualenv for Py27 and Py36 still fail to show the little browse link on the right-hand end of the Source field. Have you verified that your Windows virtualenv is not including the global system Python libraries as

RE: Possible bug Django 2.0 CreateView generic CBV

2017-12-28 Thread Matthew Pava
The problem is in your HTML template. Your form tag really only has to be this (the action attribute should be a URL; otherwise, it assumes the current URL): From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Steven Meyer Sent: Thursday, December 28, 2017 7

Re: Still having trouble with django-filebrowser

2017-12-28 Thread Mike Dewhirst
Further to this, it is now working nicely on the staging server - Ubuntu 16.04 Apache 2.2 vhost Python 2.7 mod-wsgi The problem was related to not uninstalling django-tinymce before installing django-tinymce4-lite and similarly with django-filebrowser-no-grappelli. So it looks like your gues

Re: How to parse json and display it in CBV.

2017-12-28 Thread tango ward
Thanks James. I heard of serialization in REST but I haven't played around with it. That's why I didn't know the exact terms of what I am doing. On Thu, Dec 28, 2017 at 5:44 AM, James Schneider wrote: > > > On Dec 27, 2017 1:02 PM, "tango ward" wrote: > > Follow up question. Apologies for the

Re: how to install django on cpanel

2017-12-28 Thread Julio Biason
Hi Sakkhar, Django can "run" in any directory. You need to install it somewhere on your system (we use /usr/local/ here) and then wrap the code around a WSGI exposer (like uwsgi or gunicorn). Then you "plug" your webserver to the wsgi exposer via socket or http port. It's not like any PHP-like fr

how to install django on cpanel

2017-12-28 Thread sakkhar saha
What directory do I need to put the files in? I tried public_html but when I put the files there and clicked on setup.py, it didn't start the script. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiv

Re: DRF JWT Token with Mobile

2017-12-28 Thread Krishnasagar Subhedarpage
Can you elaborate question? Please add some background for it. --- Krishnasagar On Thu, Dec 28, 2017 at 1:40 PM, Mukul Mantosh wrote: > How to get JWT Token in DRF using only mobile number as the parameter > instead of email and password.. > > -- > You received this message because you are sub

DRF JWT Token with Mobile

2017-12-28 Thread Mukul Mantosh
How to get JWT Token in DRF using only mobile number as the parameter instead of email and password.. -- 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-use