|
@@ -136,7 +136,7 @@ Run production server
|
|
|
|
|
|
1. Deploy it [like any django site](https://docs.djangoproject.com/en/1.11/howto/deployment/)
|
|
|
2. Customize [mandatory and optional settings](#set-up-configuration)
|
|
|
-3. Customize `SECRET_KEY` to something realy radom. Hint: `python -c "import string,random; uni=string.ascii_letters+string.digits+string.punctuation; print(repr(''.join([random.SystemRandom().choice(uni) for i in range(random.randint(45,50))])))"`
|
|
|
+3. Customize `SECRET_KEY` to something really random. Hint: `python -c "import string,random; uni=string.ascii_letters+string.digits+string.punctuation; print(repr(''.join([random.SystemRandom().choice(uni) for i in range(random.randint(45,50))])))"`
|
|
|
4. Set *daily* crons for the two commands that take care of data expiration
|
|
|
handling (run them with `--help` for more information):
|
|
|
- `./manage.py delete_expired_contribs`
|