[google-appengine] CSRF token is null!

2015-08-01 Thread Dassine B.
Hi there ! I'm building a form which allows the user to upload files. Everything works perfectly locally but not live. I got this error : POST http://trocodeal.co/ 500 (Internal Server Error) send @ jquery.min.js:5 b.extend.ajax @ jquery.min.js:5 send @ jquery.fileupload.js:711 (anonymous func

[google-appengine] Re: CSRF token is null!

2015-08-02 Thread Dassine B.
My mistake. I removed 2 lines in settings.py : MIDDLEWARE_CLASSES = ( 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', ) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe fro

[google-appengine] Re: CSRF token is null!

2015-08-03 Thread Dassine B.
Having the token didn't fix my problem. I still can't uploads files. It works only locally. Please if anyone can help me to figure out what's going on it will be really appreciated ! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To u

[google-appengine] Google App Engine - Tutorial - upload data - 404 NOT_FOUND

2015-11-11 Thread Dassine B.
I'm newbie and I'm following this tutorial to build a backend for a mobile app : https://cloud.google.com/solutions/mobile/how-to-build-mobile-app-with-app-engine-backend-tutorial/#ios After setting up all IDs in section "Deploy the Sample App" and "Build and Deploy the backed". I tried comman

[google-appengine] Google App Engine - Tutorial - upload data - 404 NOT_FOUND

2015-11-11 Thread Dassine B.
I'm newbie and I'm following this tutorial to build a backend for a mobile app : https://cloud.google.com/solutions/mobile/how-to-build-mobile-app-with-app-engine-backend-tutorial/#ios After setting up all IDs in section "Deploy the Sample App" and "Build and Deploy the backed". I tried comman