mini_buildd.webapp module

class mini_buildd.webapp.WebApp

Bases: django.core.handlers.wsgi.WSGIHandler

This class represents mini-buildd’s web application.

classmethod set_admin_password(password)

This method sets 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)