Skip to content
Snippets Groups Projects
Commit ed36a57f authored by Sylvain Le Bon's avatar Sylvain Le Bon
Browse files

bugfix: secret key needed in tests

parent ce70e766
No related branches found
No related tags found
1 merge request!54Major: Django4
Pipeline #15157 failed
......@@ -13,6 +13,7 @@ config = {
# required values for server
'server': {
'SECRET_KEY': "$r&)p-4k@h5b!1yrft6&q%j)_p$lxqh6#)jeeu0z1iag&y&wdu",
'AUTH_USER_MODEL': 'djangoldp_account.LDPUser',
'REST_FRAMEWORK': {
'DEFAULT_PAGINATION_CLASS': 'djangoldp.pagination.LDPPagination',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment