Django 1.3 is a version of the Django framework, released in March 2011.
I am using Django to build a website with MySQL. Now as I am learning so I need to change …
python mysql django django-1.3Hey, I am following this tutorial to learn to make a wiki page with Django. However, it is made in …
python django http-post django-1.3I'm trying to save images which have been passed to me as Base64 encoded text into a Django Imagefield. But …
django django-1.3I am pretty new to Django (starting with 1.3). In building an app, I went with the new class-based generic views …
django django-class-based-views django-1.3What does MEDIA_URL does now? I am particularly confused after I got "django.core.exceptions.ImproperlyConfigured: The MEDIA_URL …
django-1.3My goal is to create a "log" app, apart from my main app, that will be used for several custom …
python django logging python-2.6 django-1.3Like any other user of django user I serve static files. I've chosen to use django-staticfiles to be ready for …
python html css django django-1.3I'm implementing a REST-style interface and would like to be able to create (via upload) files via a HTTP PUT …
python django rest http-put django-1.3I have a model XYZ and I need to get the max value for fields a, b, and expression x/…
python sql django django-1.3