🎨 Apply Django migrations
This commit is contained in:
parent
084d22d33f
commit
4761d46696
6 changed files with 21 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
DJANGO_APP_STAGE=dev
|
||||
DJANGO_APP_STAGE=prod
|
||||
# Only used in dev mode, change to "postgresql" if you want to use PostgreSQL in dev
|
||||
DJANGO_DEV_STORE_METHOD=sqllite
|
||||
DJANGO_DB_HOST=localhost
|
||||
|
|
@ -13,6 +13,6 @@ NOTE_URL=localhost
|
|||
# Config for mails. Only used in production
|
||||
NOTE_MAIL=notekfet@localhost
|
||||
EMAIL_HOST=smtp.localhost
|
||||
EMAIL_PORT=443
|
||||
EMAIL_PORT=465
|
||||
EMAIL_USER=notekfet@localhost
|
||||
EMAIL_PASSWORD=CHANGE_ME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue