Accessibility Help

Python, not a snake : Django, not a mouse

Related Posts

Django Fixtures, all that and the kitchen sink.

Fixtures are great ways to include test data with your application so it can be easily ported and tested. If you have an app with Fixtures included and can't seem to get it working, perhaps it's because you have not...

Keeping the paths open for Django

If your like me, you spend time moving your code between your test and production servers. This can easily complicate issues when you have hard coded full paths in your applications. There is an easy way to solve this issue...

Control your snake!

Let's active the awesome admin area in Python's Django today! 3 easy steps to a great backend! 1. Add the following line to your settings.py file, right under INSTALLED_APPS (this is usually just commented...