#7 Dodati su export/import za template, isto tako template za document

This commit is contained in:
2025-02-13 17:55:46 +01:00
parent 54ef0248f5
commit f41997fd59
12 changed files with 229 additions and 6 deletions

View File

@@ -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/