Most django apps related news are at:
Pinax 0.9a2 Released 30 Nov 2011 | 05:38 am
We are delighted to announce the release of Pinax 0.9a2. This release represents a dramatic change in the way we do things but lays the foundation for Pinax 1.0 and beyond. A Fresh Start Between 0.9a...
Phileo: A liking app 1 Nov 2011 | 11:47 pm
: {% likes_widget request.user obj %} Finally, include the AJAX to drive the posting and updating of the widget: {% likes_js request.user obj %} That's it. That will render a default widget that dis...
More django apps related news:
Running Django with wsgiref that also serves Admin media speno.blogspot.com 27 Jul 2009 | 03:05 am
I wanted to run a Django app using Python's built-in wsgiref module. It also serves Django admin media. Consider this a stepping stone to running your Django app using CherryPy.
cmemcache python library can crash your Django app smallpy.posterous.com 30 Dec 2009 | 07:28 am
EDIT: http://pypi.python.org/pypi/pylibmc is recommended as a cmemcache replacement. It's just as fast and does not crash. For a past week or so I've experienced sudden crashes of my Django applicati...
Shopper Talk Goes Live reportpax.com 7 Dec 2009 | 05:15 pm
My latest project for Twitter. Try it out! http://shoppertalk.appspot.com It’s unbreakable. Ok, that’s not true, but I do need some testers. It’s a Django app running on Google App Engine. It utili...
MailGun as an SMTP Server for Django Apps thingsilearned.com 7 Jun 2011 | 08:50 pm
Gmail is a frequently used SMTP host for Django apps. Its free and relatively simple to setup which is ideal for small apps. There are a few significant downfalls. First, its limited to 500 emails a...
Customizing Django's Admin Templates and Media When Using the Built-In Development Web Server iamzed.com 12 Dec 2008 | 08:12 am
At work today, Sean was playing around with creating a Django app and wanted to use the django-grappelli project to get a cool look for Django’s admin. I warned him against using the instructions incl...
Vacations over, Jasig CAS and Django esauro.wordpress.com 7 Sep 2012 | 01:49 pm
This is my first week after a whole month on vacations, so I’m feeling plenty of energy to work in my two principal projects at work: Jasig CAS A Django app to manage digital identity On the Jasig CAS...
Looking for a Django app to manage Roles within Groups decafbad.com 23 Feb 2013 | 10:21 pm
I want to add some team-based features to django-badger. I was hoping that someone had already built a reusable app to do most of the work for me. This happens quite a lot when I’m working with Django...
How to enable gzip on proxy servers on Apache chirale.wordpress.com 15 Jul 2013 | 07:29 pm
I’m starting to use the gunicorn django app using supervisord. Here my configuration: Varnish: port 80 Apache: port 8080 gunicorn: port 4180 (/path/to/my/manage.py run_gunicorn localhost:4180) Onl...
django-sphinxdoc 1.2 stefan.sofa-rockers.org 12 Aug 2013 | 01:22 am
After more than a year, there is finally a new version of django-sphinxdoc available. Django-sphinxdoc is a Django app that allows you to integrate documentation written with Sphinx into your site. Y...
Django on Heroku: Postgres and dbshell masnun.com 18 Aug 2013 | 03:28 am
If you’re deploying a Django app on Heroku you should already know that Heroku uses Postgres. The surprise comes when your “dbshell” command will fail with an error message like: You appear not to ha...