aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 86af4ca..ad431a6 100644
--- a/README
+++ b/README
@@ -27,6 +27,13 @@ Run the PyPI server
27Please note that ``chishop/media/dists`` has to be writable by the 27Please note that ``chishop/media/dists`` has to be writable by the
28user the web-server is running as. 28user the web-server is running as.
29 29
30In production
31-------------
32
33You may want to copy the file ``chishop/production_example.py`` and modify
34for use as your production settings; you will also need to modify
35``bin/django.wsgi`` to refer to your production settings.
36
30Using Setuptools 37Using Setuptools
31================ 38================
32 39