Difference between revisions of "Service/translate"
< Service
Jump to navigation
Jump to search
(Created page with "== Hostnames == * translate.sugarlabs.org == Hosted on == Machine/pootle == Administrative contact == * Sayamindu Dasgupta (we've been unabl...") |
|||
Line 1: | Line 1: | ||
== Hostnames == | == Hostnames == | ||
− | * translate.sugarlabs.org | + | * http://translate.sugarlabs.org/ |
Revision as of 04:47, 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)
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()