revsys / django-friendship

Django app to manage following and bi-directional friendships
BSD 3-Clause "New" or "Revised" License
763 stars 183 forks source link

runtests.py: add dummy SECRET_KEY #142

Closed nikosmichas closed 3 years ago

nikosmichas commented 3 years ago

I was trying to run the tests locally but got the following errors with latest Django

django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty.
jefftriplett commented 3 years ago

@nikosmichas thank you for your contribution!