Difference between revisions of "Service/translate"

From Sugar Labs
Jump to navigation Jump to search
Line 31: Line 31:
 
  >>> u.save()
 
  >>> u.save()
  
 +
 +
Various scripts documented here:
 +
 +
http://git.sugarlabs.org/projects/pootle-helpers
  
 
== Upgrade notes ==
 
== Upgrade notes ==

Revision as of 09:00, 28 September 2010

Hostnames


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


Various scripts documented here:

http://git.sugarlabs.org/projects/pootle-helpers

Upgrade notes

See Also