You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening scrapy shell or running crawl I get an error requesting the SECRET_KEY from django
raise ImproperlyConfigured("The SECRET_KEY setting must not be empty.")
django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty.
The text was updated successfully, but these errors were encountered:
When opening
scrapy shell
orrunning crawl
I get an error requesting theSECRET_KEY
fromdjango
The text was updated successfully, but these errors were encountered: