Accessibility Help

Django Fixtures, all that and the kitchen sink.

Related Posts

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...

Python, not a snake : Django, not a mouse

Day two of working with Django, I think I am loving it. It seems so simple and clean. Plus, I have always favored Python a little, just never had it in me to start playing with it. Want to try it out yourself? Follow me to...