Difference between revisions of "Service/translate"
< Service
Jump to navigation
Jump to search
(→Notes) |
|||
Line 11: | Line 11: | ||
== Administrative contact == | == Administrative contact == | ||
− | * [[User:SayaminduDasgupta|Sayamindu Dasgupta]] (we've been unable to contact him for a while, the position may be vacant) | + | * [[User:SayaminduDasgupta|Sayamindu Dasgupta]] (we've been unable to contact him for a while, the position may be vacant) he is currently enrolled in Grad School in Boston. |
+ | \ | ||
+ | * [[User:Cjl|Chris Leonard]] has Pootle administrator priv. Works via the Pootle admin interface, could use help with the back-end work. | ||
== Sysadmins == | == Sysadmins == |
Revision as of 08:03, 28 September 2010
Hostnames
Hosted on
Administrative contact
- Sayamindu Dasgupta (we've been unable to contact him for a while, the position may be vacant) he is currently enrolled in Grad School in Boston.
\
- Chris Leonard has Pootle administrator priv. Works via the Pootle admin interface, could use help with the back-end work.
Sysadmins
Notes
How to manipulate users:
django-admin shell --settings=pootle.settings >>> from django.contrib.auth.models import User >>> u = User.objects.get(username='bernie') >>> u.is_superuser = True >>> u.save()
Various scripts documented here:
http://git.sugarlabs.org/projects/pootle-helpers