Changes

Jump to navigation Jump to search
712 bytes added ,  05:24, 28 September 2010
Created page with "== Hostnames == * translate.sugarlabs.org == Hosted on == Machine/pootle == Administrative contact == * Sayamindu Dasgupta (we've been unabl..."
== Hostnames ==

* translate.sugarlabs.org


== Hosted on ==

[[Machine/pootle]]


== Administrative contact ==

* [[User:SayaminduDasgupta|Sayamindu Dasgupta]] (we've been unable to contact him for a while, the position may be vacant)


== Sysadmins ==

* [[User:SayaminduDasgupta|Sayamindu Dasgupta]]
* [[User:Tomeu|Tomeu Vizoso]]
* [[User:Bernie|Bernardo Innocenti]]


== 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 ==

* http://lists.laptop.org/listinfo/localization

[[Category:Service|translate]]

Navigation menu