2
votes
1answer
20 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 …
0
votes
0answers
11 views
How can I add the user/author email to the row of the “edit posts” panel ?
I want to have the user/author email available in the "edit posts" panel. Currrently the "edit posts" panel has the author name but no email and the "user" panel has author and email but doesn't have …
0
votes
1answer
31 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
1answer
41 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 …
1
vote
1answer
61 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
2answers
73 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
96 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
3answers
63 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()
…
2
votes
2answers
77 views
How to make admin site safe ?
Hi guys,
very simple question:
I have admin site in my web project. So, how can I make it safe?
What I have until now:
Database handled user with userID and userlevel
on the pageload of the admin …
1
vote
0answers
65 views
How to find the cause for growing server load [closed]
I'm having load problems with my server and even though I'm a somewhat experienced Linux admin I'm out of ideas now.
The problem is a slowly but steadily increasing load on the server without any …
0
votes
3answers
66 views
Restricting an entire symfony admin generator page according to credentials
I have a website with a large number of admin generators to take care of an assortment of tables. Within the realm of authenticated users, I want to be able to deny access, not just to individual …
0
votes
1answer
26 views
Long script in admin, task in Symfony?
In the admin panel, when the admin selects an action it will load data from an API and save it to the DB. It could take from 2 seconds to 3 minutes, depending on what he is importing.
How can I do in …
0
votes
0answers
8 views
admin rights with smart install maker
Hey there,
yesterday I purchased Smart Install Maker. Everything seems to be working fine, except the admin rights.
Even when I uncheck the field "require Administrator rights" my final install …
0
votes
3answers
87 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 …
1
vote
6answers
81 views
Truly understanding Networking?
I understand the basics of networking such as Lan and stuff. I know what many of the protocols are and how to build a client/server socket program in C. But what I really want is a very good …
