blob: dc9c2755bc9b5a92cdd52c7e29675232e1a4db5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
This document is intended for administrators of the python.org host, and
contains information about operationally maintaining the PyPI system.
Maintenance
-----------
The cgi-bin script "pypi.cgi" has a section which should be enabled that
informs the user that the cgi interface is down for maintenance. This is a
simple case of changing the "if 0:" to "if 1:" above the "503" response
line.
Administrative tasks
--------------------
The "admin.py" script will perform several admin tasks (constantly growing
as the need arises):
password <username> <password>
rmpackage <package name>
|