Django doesn't serve staticfiles

2012-12-25 Thread Oliver Schmidt
I use the django-less app to compile lesscss files to css. The compiled files are cached and stored into the folder LESS_CACHE in my staticfiles folder. And these files aren't served (404) while evrything else (other static files) are served. I use the dajngo development server. My project: https

Re: Weird Problem: Template Shows Templatevariable's Name Instead Of It's Value

2011-08-14 Thread Oliver Schmidt
Thank you very much!! I know my code needs to be tidied up xD. I'vd tried many things to solve the problem that's why my code looks so awful. And I'm glad there is an easy solution for my problem (and I didn't saw it *wall*) And @bruno desthuilliers: It's good for a newbie like me to see how ot

Problem with relationships in models

2011-07-21 Thread Oliver Schmidt
I'm trying to write my first django app, so maybe my problem is stupid. But I have problems in using relationships in my models. My models.py looks like this: # -*- coding: utf-8 -*- from django.db import models from django.contrib.auth.models import User import datetime class Ka