migration/0.4.0_Any.py
author David Douard <david.douard@logilab.fr>
Tue, 23 Feb 2016 11:14:22 +0100
changeset 11674 04dbef596243
parent 11673 c3a583e38360
permissions -rw-r--r--
[doc] add a bit more infos in the README


# just notify the user to put the secret keys in pyramid.ini

print("The pyramid-auth-secret and pyramid-session-secret options has been\n"
      "removed from the all-in-one.conf file in favor of the pyramid.ini config\n"
      "file. Make sure to set \n"
      "  cubicweb.session.secret, \n"
      "  cubicweb.auth.authtkt.persistent.secret and \n"
      "  cubicweb.auth.authtkt.session.secret \n"
      "keys in your $APP/pyramid.ini file.")