-
Working of https://github.com/cloudfoundry-incubator/diego-release/commit/65327ce986c276aea5108142f4fc5b0ec2226ff3 and cf-release https://github.com/cloudfoundry/cf-release/commit/9334295133435fa77767…
-
ImproperlyConfigured at /2013/account/signup/
Error importing email backend module mailer.backend: "No module named backend"
Request Method: POST
Request URL: http://www.pycon.fr/2013/account/signu…
-
Here is the thing. I want to sign my API requests by OAuth access_token. It is easy to do with OAuth 2.0 - you can simply add `?access_token` parameter to url. But it isn't so for OAuth 1.0. What I cu…
-
The application can be start by ./manage.py runserver, but failed to boot using gunicorn.
(mysite)root@ubuntu:/opt/django/projects/mysite# /opt/django/envs/mysite/bin/gunicorn_django -w 1
2012-05-20 …