Parcourir la source

Merge branch 'master' into intarnet

Mathieu il y a 6 ans
Parent
commit
8d1cd30c05
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -169,7 +169,7 @@ Run production server
 3. Customize `SECRET_KEY` to something really random. Hint:
 
 ```bash
-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))])))"`
+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