Posts for django
Testing your first Django app
This is my unofficial part five for the Django tutorial, I've attempted to write in a similar style and hopefully will be a useful starting place for those starting with Django (or just testing Django)
Nicer dynamic forms in django
I used to make dynamic forms for Django in very bad way, I'm happy to admit that now as I've improved my process. Discussion and examples of how I recommend you tackle dynamic forms.
SiteSprint - The post-mortem
STOP CODING! SiteSprint has finished. Did you take part? How did you get on? Remember to write up how you got on! This post is a quick wrap-up of my Sitesprint experiences
Django, it's just Python.
'Django; It's just python' A statement I've heard a few Django people use. I happen to think its quite relevant and important to remember. Django is stupidly easy to get started with, you feel empowered when you make your first website and its amazing but at this point you wouldn't claim to being a python coder would you?
EuroPython + Update
So it seems this is now yet another blog isn't updated. Actually, I've only posted once this year to mention that I was going to <a href="http://euro.djangocon.org/" target="_blank">EuroDjangoCon</a>.
EuroDjangoCon
Just a quick note to say I just registered to go to EuroDjangoCon! Head over to <a href="http://euro.djangocon.org/">http://euro.djangocon.org/</a> to sign up for the earlybird prices!
I can't wait
MSc Research Project Feedback/Questionnaire Request - Clonal Selection Teaching Tool
Tony O'Bryan, a good friend of mine is very close to finishing off a very interesting project for his MSc Dissertation. It is a teaching aid for clonal selection algorithms often used when creating ar
Filter the Django ModelAdmin set
I was playing around today and thought it would be quite cool to modify/filter the query for the ModelAdmin class. Aiming to create helper functionality rather than a security feature. After all djang
Getting Django up and running on Centos 5.2 with Apache(mod_python) and MySQL
This is partly for my reference (doing it the second time just now and I forgot everything!) but hopefully it will be helpful for others too.
<em>Disclaimer; I am by no means a Linux expert. This i
Languages I've learned in order
This is a list of the languages I've learned over the years in order. Starting with what I first learnt and going by when I started, not when I became 'good.' I'm not that competent with a lot of thes
Changing default storage engine in MySQL
This took me a while to figure out so I thought I'd put it here for future reference! I needed to change it so that Django would use innoDB rather that MyISAM, it seemed to just take the default and I
Django 1.0 Release Imminent
If all goes well today then Django 1.0 should be with us soon! This is an exciting time for the fantastic framework.
I look forward to seeing code stability and allowing myself to stop running from
Has Django made me a lazy PHP developer?
After working in Django I keep getting a shock when I need to re-write features and basic functionality. I know Django is a framework and PHP is a language (<a href="http://www.sitepoint.com/blogs/200
Multiple websites in the same Django project
Want to run two websites from the same Django project? It took me a white to find this one out so I thought I’d post it up here.
Basically you need a couple of steps... First add django.contrib.site