My application consists of a server a and client interface. I want the client to be able to request the server to write a registry key. Now i did my research on libraries for java that do that and i f
I have an issue where, when I log in to the Django admin开发者_运维技巧 site, I get a template syntax error in /Library/Python/2.6/site-packages/django/template/debug.py in render_node, line 81.
I have a model with field defined as p = models.DecimalField(max_digits=12, decimal_places=6)开发者_运维问答
I\'m having some trouble with my C# app that uses win32_networkingadapterconfig. The problem is that I can\'t use the altering functions in win32_networkingadapterconfig when I use the app on a user t
I have an app hosted by google app engine, and I am having trouble with authentication. When I login using my admin account and try to access the admin page or members pages, I just get a blank scre
I\'d like to build a custom admin action into a model defined by Django. Let\'s say I wan开发者_开发百科ted to add the action \"Activate selected User(s)\" on django.contrib.auth.models.User in the Dj
I\'m trying to find some documentation of how to use the ForeignKeyRawIdWidget in my own forms. Currently I keep getting the error, \"init() takes at least 2 non-keyword arguments (1 giv开发者_开发问答
I\'m trying to build a mini cms, whereby all urls go to the index action of a \'products\' controller.
I\'m building a site for a client that needs to support image uploads (开发者_运维百科an artist) through the admin interface. Since most of the images are pretty high-res, I wanted to create thumb cop
Let\'s say I have this model: class Foo(models.Model): bar = models.ForeignKey(Bar) currency = models.ForeignKey(Currency) # currency is just an example