Top "Django-1.3" questions

Django 1.3 is a version of the Django framework, released in March 2011.

What is the easiest way to clear a database from the CLI with manage.py in Django?

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.3
how to get POST data in django 1.3

Hey, 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.3
Saving a decoded temporary image to Django Imagefield

I'm trying to save images which have been passed to me as Base64 encoded text into a Django Imagefield. But …

django django-1.3
Django Class-Based Generic Views and Authentication

I 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.3
Django 1.3: MEDIA_URL vs. STATIC_URL

What does MEDIA_URL does now? I am particularly confused after I got "django.core.exceptions.ImproperlyConfigured: The MEDIA_URL …

django-1.3
Cannot register custom logging handler class with Django dictConfig

My 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.3
Django: css referencing media in static files (django dev / 1.3 / static files)

Like 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.3
How do I handle file upload via PUT request in Django?

I'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.3