django-admin
Django Admin site and Forms on AppEngine
i\'m developing a web site hosted on AppEngine and wanted to use Django for some tasks. I\'ve read these two answers:[详细]
2023-03-30 01:32 分类:问答Overriding the Index view of class AdminSite for Django admin?
I need to Ove开发者_开发百科rride the def index(self, request, extra_context=None): view to perform some extra functionality but have no idea how/where do I make a class and inherit class AdminSite an[详细]
2023-03-29 18:45 分类:问答Missing datepicker in Django 1.3 admin
Using Django 1.3, I am unable to see a datepicker for a Date or DateTime field in admin. Model Class xxxx:[详细]
2023-03-29 17:03 分类:问答pyPDF merging and displaying as httpresponse through django
I\'m having trouble incorporating pyPDF logic to merge two pdf files into my django site. I have written code that works to merge files when run in a python file on the local server(but I need to expl[详细]
2023-03-29 13:46 分类:问答How do I create an inline editable many-to-many relationship
the situation In my example I want to create a Page model with a many to many relationship with a content-blocks model.[详细]
2023-03-29 00:35 分类:问答Django custom admin actions auto updating/refresh admin page
I have a an admin action that opens a pdf object from my db and updates certain fields associated with that row. How would I get the admin page to automatically display the changes to those fields as[详细]
2023-03-28 20:57 分类:问答Django admin - Is it possible to limit a user's access to only his own inputted data?
In other words, I would like to disallow users from editing or viewing anything but their own inputted data, throughout all applications.[详细]
2023-03-28 13:04 分类:问答Django: publishing and unpublishing posts
I have a basic Django blogging application with the fields such as textfield, datetime, imagefield, slug etc. I want to have a feature whe开发者_如何学Gore I can publish and unpublish posts in the adm[详细]
2023-03-28 12:59 分类:问答How do I Display Intermediary Fields for M2M Models in admin interface?
I have following model.py file in which Charges model have M2M field farms with an intermediate model Membership.[详细]
2023-03-28 12:54 分类:问答Django admin Inline Model Admin required
Having a such model开发者_如何学JAVA below, how can I require atleast one book to be added while creating/editting Author instance at admin panel?[详细]
2023-03-28 09:03 分类:问答