Django hosting

Posted: May 14th, 2010 | Author: Davo | Filed under: Django | No Comments »

After a month of hard work we are proud to announce that our new django hosting service is up and running!

Django Hosting
The main features include :

  • Live logs
  • manage.py
  • Money back guanrantee
  • Django version switcher
  • Your own domain name
  • 500Mb file storage
  • 100Mb database storage
  • Import code from SVN or GIT

Django Foo hosting


Django paypal sandbox

Posted: May 14th, 2010 | Author: Davo | Filed under: Django | Tags: | No Comments »

When using the django-paypal pluggable app there is not really a settings to specify if you want to interact with the sandbox or with the normal site.
To do this you need to call the the form like this

{{ form.sandbox }}

instead of

{{ form.render }}