#7 Dodati su export/import za template, isto tako template za document
This commit is contained in:
@@ -140,9 +140,6 @@ EMAIL_USE_TLS = True
|
||||
EMAIL_HOST_USER = os.getenv("CONF_MAIL")
|
||||
EMAIL_HOST_PASSWORD = os.getenv("CONF_MAIL_PASSWORD")
|
||||
|
||||
print(f"Email: {EMAIL_HOST_USER}")
|
||||
print(f"Password: {EMAIL_HOST_PASSWORD}")
|
||||
|
||||
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
# https://docs.djangoproject.com/en/5.1/howto/static-files/
|
||||
|
||||
Reference in New Issue
Block a user