Skip to content

Commit

Permalink
docs(contributing): added note for creating SECRET_KEY (#23417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Govindarajan-D authored Mar 22, 2023
1 parent 499754a commit fae3ad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/contributing/local-backend.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ pip install -r requirements/testing.txt
pip install -e .

# Initialize the database
# Note: For generating a SECRET_KEY if you haven't done already, you can use the command:
# echo "SECRET_KEY='$(openssl rand -base64 42)'" | tee -a superset_config.py
superset db upgrade

# Create an admin user in your metadata database (use `admin` as username to be able to load the examples)
Expand Down

0 comments on commit fae3ad0

Please sign in to comment.