I am creating my own blog engine in MVC3 and I don´t want to register us开发者_开发技巧ers to post comments and other things. I just want to have login page for admin (me) so I don´t want to impleme
i have this custom class class CustomUserAdmin(UserAdmin): add_fieldsets = ( (None, { \'classes\': (\'wide\',),
I have created a site mainly using django\'s admin interface, plus a few custom views. As the majority of the site is using the admin (and I am not to hot with css), I have just used django\'s admin t
I am trying to follow the example in this question, but something is not working for me. I am trying to make an app that manages educational standards.In the simplified version of the problem, there
I wish to change the built in blue colours开发者_如何学JAVA for the admin pages. I used Firebug in Mozilla to try and find the colours around different style sheets I found in the Django.1-3 folder,
I have a strange p开发者_运维问答roblem in drupal. When I\'m trying to change _any_ setting in the drupal admin (caching under performance, temp-directory under file-system, default filter under filte
I was given a task to add a field \"location\" to the django prebuilt user module I found the location of the module itself and added the location field as well as the admin modules
I\'m trying to change the layout of the admin page for a type and I\'m struggling. The client is very specific on the order of the fields and I\'m not sure how to do it.
I would like to return some custom error messages insave_model function of Django admin page. class EmployerAdmin(admin.ModelAdmin):
Hey I accept开发者_Python百科ed a drupal project, I am experience with PHP, HTML, but not so much Drupal.I am editing the look of the page.So not to much php is needed.However I was provided the ftp a