Skip to content

Instantly share code, notes, and snippets.

@rafaelcanovas
Created April 27, 2021 03:56
Show Gist options
  • Save rafaelcanovas/5ba8c163a2ddce2f4636a8c2437085c6 to your computer and use it in GitHub Desktop.
Save rafaelcanovas/5ba8c163a2ddce2f4636a8c2437085c6 to your computer and use it in GitHub Desktop.
FastAPI + Django: env vars
export DEBUG=1
export SECRET_KEY=123456
export DJANGO_SETTINGS_MODULE=fastapi_django.settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment