-
- Downloads
Automatically load environment variables from .env file (#14)
... | @@ -35,6 +35,9 @@ Pillow | ... | @@ -35,6 +35,9 @@ Pillow |
# Testing | # Testing | ||
factory-boy | factory-boy | ||
# Miscellanneous | |||
python-dotenv==0.11 | |||
# Deployment | # Deployment | ||
django-heroku # Heroku integration | django-heroku # Heroku integration | ||
whitenoise # Static files serving | whitenoise # Static files serving | ||
... | ... |
Please register or sign in to comment