I\'m a django newbie. Here is my problem.... My main urls.py has a rule for checking pub开发者_JS百科lished section to published app, like this:
I\'m a newbie to django. I\'m developing a project in django 1.3. Problem is I\'m uploading a image from the admin panel
I did the upgrade to 1.3 version and this code doesn\'t work any longer: class CustomChoiceFilterSpec(ChoicesFilterSpec):
After an upgrade to Django 1.3 (from 1.2.3) the following row causes a crash: users = self.users.filter(userprofile__public_profile=True).order_by(\'first_name\')
I am pretty new to Django (starting with 1.3). In building an app, I went with the new class-ba开发者_运维问答sed generic views from day one, using a combination of the built in classes and subclassin
I am using Django to build a website with MySQL. Now as I am learning so I need to change the Model very often so I want that all tables get cleared and new table get created.
i have weird caching problems with the 1.3 version of django. I probably have something configured wrong, but am not sure what.
Hey, I am following this tutorial to learn to make a wiki page with Django. However, it is made in django 0.96 and I use Django 1.3 so there 开发者_StackOverflow中文版are some things that are differen
I am trying to use DetailView generic class in my test app and this is what I have in my view *updated model * from this example
I was wondering if it was possible to use something besides a pk or slug when you are using a DetailView in Django 1.3.