mini_buildd.webapp module

class mini_buildd.webapp.WebApp

Bases: WSGIHandler

mini-buildd’s web application.

classmethod set_admin_password(password)

Set the password for the administrator.

Parameters

password (string) – The password to use.

classmethod remove_system_artifacts()

Bulk-remove all model instances that might have produced cruft on the system.

I.e., outside mini-buildd’s home.

classmethod loaddata(file_name)
classmethod dumpdata(app_path)