django-1.3
django url rule not working
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:[详细]
2023-03-22 21:44 分类:问答How to show an image in template uploaded from admin panel Django 1.3
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[详细]
2023-03-22 15:39 分类:问答django admin custom list_filter
I did the upgrade to 1.3 version and this code doesn\'t work any longer: class CustomChoiceFilterSpec(ChoicesFilterSpec):[详细]
2023-03-21 09:34 分类:问答Django 1.3: Problems with UserProfile after upgrade
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\')[详细]
2023-03-19 15:13 分类:问答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-ba开发者_运维问答sed generic views from day one, using a combination of the built in classes and subclassin[详细]
2023-03-19 03:40 分类:问答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 the Model very often so I want that all tables get cleared and new table get created.[详细]
2023-03-15 07:09 分类:问答Django1.3 multiple gunicorn workers caching problems
i have weird caching problems with the 1.3 version of django. I probably have something configured wrong, but am not sure what.[详细]
2023-03-14 13:25 分类:问答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 django 0.96 and I use Django 1.3 so there 开发者_StackOverflow中文版are some things that are differen[详细]
2023-03-06 02:13 分类:问答Django get() takes exactly 2 arguments (3 given)
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[详细]
2023-02-28 21:20 分类:问答How to specify something other than pk or slug for DetailView
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.[详细]
2023-02-28 09:06 分类:问答