Service/translate

From Sugar Labs
< Service
Revision as of 05:24, 28 September 2010 by Bernie (talk | contribs) (Created page with "== Hostnames == * translate.sugarlabs.org == Hosted on == Machine/pootle == Administrative contact == * Sayamindu Dasgupta (we've been unabl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Hostnames

  • translate.sugarlabs.org


Hosted on

Machine/pootle


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()


Upgrade notes

See Also