Skip to content

Commit

Permalink
Merge pull request #69 from SpokaneTech/add-python-dotenv
Browse files Browse the repository at this point in the history
Make it easier to get started developing locally
  • Loading branch information
joeriddles authored Mar 22, 2024
2 parents cc63f99 + 19edfed commit 177bdb7
Show file tree
Hide file tree
Showing 14 changed files with 525 additions and 467 deletions.
7 changes: 5 additions & 2 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ SPOKANE_TECH_DEV=true
DJANGO_SECRET_KEY=

# Change if you don't want to use the default sqlite database
DATABASE_URL=
DATABASE_URL="sqlite:///db.sqlite3"

# Set to true and populate AZURE_* values to use Azure storage for static and media files
# Set USE_AZURE=true and populate AZURE values to use Azure storage for static and media files
USE_AZURE=false
AZURE_ACCOUNT_NAME=
AZURE_ACCOUNT_KEY=

CELERY_BROKER_URL=
DISCORD_WEBHOOK_URL=
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dotenv
48 changes: 0 additions & 48 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

98 changes: 0 additions & 98 deletions .github/CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit 177bdb7

Please sign in to comment.