0
votes
1answer
54 views
Django: Messages Framework
So I have installed the new Messages Framework. The documentation mentions using a css class called "messages" in the template. But I can't seem to find any such css class in any of the files in the …
1
vote
4answers
97 views
Limit foreign key choices in select in an inline form in admin
Edited :-) Hopefully a bit clearer now.
The logic is of the model is:
A Building has many Rooms
A Room may be inside another Room (a closet, for instance--ForeignKey on 'self')
A Room can only …
0
votes
1answer
35 views
Magento product images new option
Hey guys, how do i add one more option to product image list? like Exclude & Remove checkboxes
0
votes
1answer
53 views
How to give my C# app administrative rights? manifest file
Hi.
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 …
0
votes
1answer
31 views
Is there an API to GlassFish Admin Console?
Hi, we just inherited the development of a web application that uses GlassFish. The setup instructions we got have all these manual steps to setup connection pool, JDBC resource and JMS. I'm wondering …
0
votes
2answers
33 views
App Engine Authentication Error
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 …
2
votes
1answer
27 views
How to implement custom admin actions in non-custom-models in Django?
I'd like to build a custom admin action into a model defined by Django. Let's say I wanted to add the action "Activate selected User(s)" on django.contrib.auth.models.User in the Django admin …
1
vote
1answer
148 views
How to undo another user’s checkout in TFS via the GUI?
As the resident TFS admin, on occasion I am asked to undo a checkout (usually a lock) that a user has on a certain file. This can be done via the command line using the TF.exe utility's Undo command …
0
votes
1answer
67 views
Symfony - admin - FormFilter - is empty - i18n
Hi,
we are in admin generator in filters in field. What is the most clearest way to translate is empty label under form fields?
I've solve it by own setWidgets and setWidgets in …
0
votes
2answers
109 views
How to undo another user’s checkout in TFS?
As the resident TFS admin, on occasion I am asked to undo a checkout (usually a lock) that a user has on a certain file checked into source control.
How do you undo another user's checkout?
1
vote
1answer
126 views
Windows Service setup project - run service as administrator
Hi,
I've got a setup project for a Windows Service (.net 3.5, visual studio 2008).
The Windows Service needs to be run under the Administrator account, does anyone know how I can get the Setup …
0
votes
1answer
43 views
django - save a resize copy of image on upload (using admin site)
Hi -
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 copies of …
0
votes
3answers
107 views
Django Admin: How to dynamically insert values into the add inline form
Let's say I have this model:
class Foo(models.Model):
bar = models.ForeignKey(Bar)
currency = models.ForeignKey(Currency) # currency is just an example
is_active = models.BooleanField()
…
1
vote
3answers
139 views
Best PHP framework with Admin Section
I've being developing with Django for about two years. I recently was hired by a company that has about 20 sites that are all PHP. The PHP is very old and has really bad coding practices.
I would …
0
votes
3answers
126 views
Reset or Configure Sharepoint Central Administration
My Central Admin for sharepoint works but shows messages on the status bar 'page with errors' and when i open a setting e.g. Authentication providers and when i try click Save/OK button it does not …
