Archive | February, 2011

django-paypal Standard Subscriptions Integration

Want to have a site with PayPal integration using Django with no fuss? That is just django-paypal’s game. I’ll show you how to integrate with Website Payments Standard in a jiffy. pip install django-paypal You are using pip, right? If not: apt-get install python-setuptools easy_install pip Whew! Thats better. Let’s fix up your settings.py: PAYPAL_RECEIVER_EMAIL [...]

Read full story Comments { 0 }

WordPress, Ubuntu — Now.

I recently found cause to setup some mini-sales sites according to advice I’ve seen from Tim Ferriss, Rob Walling, and others. If you need to get something up fast, cheap, and quick this is for you. Login to the Rackspace Cloud site and create a new server instance with your favorite flavor of Ubuntu. I [...]

Read full story Comments { 0 }