X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=docs%2FINSTALL;fp=docs%2FINSTALL;h=7e1f309ddf5b306decb5318a5b9d51d5b7493a7f;hb=d636cb34a3b13ea3e6b776e951e6276a94d968c6;hp=fdee59297401284bc21a2cf991b819e8585fe51f;hpb=cb407f1dddee250eee5664f163868e96ada292c9;p=patchwork diff --git a/docs/INSTALL b/docs/INSTALL index fdee592..7e1f309 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -108,11 +108,17 @@ in brackets): cd ../python ln -s ../packages/django/django ./django - The settings.py file contains default settings for patchwork, you'll - need to configure settings for your own setup. + The patchwork/settings/*.py files contain default settings for patchwork, + you'll need to configure settings for your own setup. - Rather than edit settings.py, create a file 'local_settings.py', and - override or add settings as necessary. You'll need to define the + Rather than editing these files (which will cause conflicts when you + update the base patchwork code), create a file 'production.py', based on + the example: + + cp patchwork/settings/production.example.py \ + patchwork/settings/production.py + + and override or add settings as necessary. You'll need to define the following: SECRET_KEY