admin
Login for just one member in MVC3
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[详细]
2023-03-25 10:58 分类:问答Adding extra fields to UserAdmin
i have this custom class class CustomUserAdmin(UserAdmin): add_fieldsets = ( (None, { \'classes\': (\'wide\',),[详细]
2023-03-25 08:03 分类:问答breadcrumbs using django admin templates
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[详细]
2023-03-25 02:36 分类:问答Django nested inline admin form question
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[详细]
2023-03-25 01:55 分类:问答Changing Django built in admin style sheet
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,[详细]
2023-03-24 20:10 分类:问答Drupal doesn't save any changes in admin settings
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[详细]
2023-03-23 18:24 分类:问答Changing Django prebuild form to add new user
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[详细]
2023-03-23 12:54 分类:问答OrchardCMS layout of admin pages
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.[详细]
2023-03-23 11:11 分类:问答Django admin return custom error message during model saving
I would like to return some custom error messages insave_model function of Django admin page. class EmployerAdmin(admin.ModelAdmin):[详细]
2023-03-23 07:30 分类:问答Drupal Theme editing
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[详细]
2023-03-22 16:29 分类:问答