I have Django applicat开发者_如何学编程ion with inline in place: class Account(models.Model): ContractNum = models.PositiveIntegerField(unique=True, blank=True, null=True)
I am new to django and have gotten a bit stuck on trying to make the admin site work as I\'d like it to.I am wondering if for making the admin functionality I want it is better to make a custom admin
Is it safe to use php_include file for mysql login information or is is better to copy/paste the login info for mysql on every page? If you go with php_include, how will you block that file from 开发者
Hey, I\'m fairly new to Django, and I\'m looking to edit admin class variables dynamically (The full idea is to hide inlines on adding and only show on editing, but I\'m distilling the issue here).
I am creating a large web application with Zend Framework 1.10. A am new in Zend Framework(1 month experiance). Can you exp开发者_开发百科lain me how to create a admin module in the best way?(with own
I want to add a admin functionality to my webapp with Rails version 3. I want something very simple, there will be only one admin, this funcionality d开发者_如何学JAVAoesn\'t need a username field, ju
I created menu.php which loads the menu items from a MySQL database, parses them through a function which creates the code for the menu items which are then displayed in order in an HTML list (tell me
I\'m trying to figure out how to find a post category or tag when editing a post in wp-admin. I need this because I w开发者_StackOverflow中文版ant to show some modules in the editor only for a post o
The Umbraco admin interface is broken for me, and in IE8 it shows couple of javascript errors. For a few hours it worked fine, but suddenly the css/style file appears to have gotten corrupted.
I am not sure this is even possible without modifying the Admin interface. I have a model called \"Quote\" that can contain multiple \"Product\" models. I connect the two using an intermediate model