maybe the browser have problem,  What browser are you using? version or you
try other browser!

Cheers,

On Fri, Mar 10, 2017 at 6:33 AM, Antoine Nguyen <ngu.anto...@gmail.com>
wrote:

> Here is my config:
>
> REST_FRAMEWORK = {
>     'DEFAULT_AUTHENTICATION_CLASSES': (
>         'rest_framework.authentication.TokenAuthentication',
>     ),
>     'DEFAULT_PERMISSION_CLASSES': (
>         'rest_framework.permissions.IsAuthenticated',
>     )
> }
>
> MIDDLEWARE_CLASSES = (
>     'django.contrib.sessions.middleware.SessionMiddleware',
>     'django.middleware.common.CommonMiddleware',
>     'django.middleware.csrf.CsrfViewMiddleware',
>     'django.contrib.auth.middleware.AuthenticationMiddleware',
>     'django.contrib.messages.middleware.MessageMiddleware',
>     'django.middleware.locale.LocaleMiddleware',
>     'django.middleware.clickjacking.XFrameOptionsMiddleware',
> }
>
>
>
> Le vendredi 10 mars 2017 12:23:25 UTC+1, Tom Christie a écrit :
>>
>> Let's see if we can get this to a point where we can replicate the issue
>> you're seeing...
>>
>> * What've you got set up in your `REST_FRAMEWORK` settings?
>> * What middleware have you got installed?
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django REST framework" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-rest-framework+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
att.
Carlos Rocha

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-rest-framework+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to