You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your suggestion, though we would not work on this enhancement anytime soon during this week. Maybe after we have more free time, we'll look into this option.
WongNung/pdtx/settings.py
Lines 122 to 131 in 0cbb30d
Looks like WongNung is the only team to externalize their database URL!
Good.
FYI, the package
dj-database-url
gives you a concise way of doing this, using just one variable.The URL syntax is standard, too.
and in
.env
or as an environment variable.you can also omit parts (like the password) and specify them separately in
settings.py
, as you did.The text was updated successfully, but these errors were encountered: