sibtc / django-beginners-guide

A Complete Beginner's Guide to Django - Code Samples

Home Page:https://www.djangoboards.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decouple.UndefinedValueError

wenxn opened this issue · comments

commented

decouple.UndefinedValueError: SECRET_KEY not found. Declare it as envvar or define a default value。

Did you run the following command?

cp .env.example .env