Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Küppers, Dorothee
oos_2020_todo
Commits
9496d2f2
Commit
9496d2f2
authored
Jul 06, 2020
by
dorothee.kueppers
Browse files
.env in README.md
parent
b4309cb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9496d2f2
...
...
@@ -32,4 +32,16 @@ Zur Sortierung wird der jeweils als nächstes anstehende Termin ermittelt, wodur
##Viel Spaß mit der Applikation und viel Erfolg dabei, eure Zeit gut zu nutzen,
##so dass ihr eure Feierabende auch genießen könnt!
\ No newline at end of file
##so dass ihr eure Feierabende auch genießen könnt!
Installation:
echo 'DATABASE_URL=sqlite:///db.sqlite3' > .env
im Hauptverzeichnis ausführen
Web-URL:
https://calm-lowlands-92360.herokuapp.com/
\ No newline at end of file
oos_2020_todo/settings.py
View file @
9496d2f2
...
...
@@ -154,4 +154,4 @@ EMAIL_USE_TLS = True
# Activate Django-Heroku.
django_heroku
.
settings
(
locals
())
# del DATABASES['default']['OPTIONS']['sslmode']
\ No newline at end of file
del
DATABASES
[
'default'
][
'OPTIONS'
][
'sslmode'
]
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment