videoflix/backend
2025-04-23 09:31:35 +02:00
..
auth_app fix: minor bugfixes in the authentication process 2025-04-22 13:19:32 +02:00
templates chore: integrate django-environ, create .env-example, and move sensitive settings to .env 2025-04-22 13:08:31 +02:00
user_app refactor: reorganize folder structure for improved maintainability and readability 2025-04-19 18:15:57 +02:00
video_app refactor: reorganize folder structure for improved maintainability and readability 2025-04-19 18:15:57 +02:00
videoflix refactor: use pathlib for all file path definitions in settings 2025-04-23 09:31:35 +02:00
.gitignore chore: integrate django-environ, create .env-example, and move sensitive settings to .env 2025-04-22 13:08:31 +02:00
erm_videoflix.png bugfixes 2024-08-30 10:38:03 +02:00
manage.py update backend data structure, custom user created 2024-08-04 08:47:19 +02:00
README.md Create README.md in the front- and backend folder 2024-09-10 04:54:53 +02:00
requirements.txt chore: integrate django-environ, create .env-example, and move sensitive settings to .env 2025-04-22 13:08:31 +02:00

Backend

Env Configuration

To set the mail configuration for the backend, you must create an .env file in the root directory of your project. This file should have the following content:

Step 1: Creating the .env file

Create a file named .env in the root directory of the project.

Step 2: Add the e-mail configuration

Open the .env file and add the following lines:

EMAIL_HOST_USER=example@gmail.com
EMAIL_HOST_PASSWORD=password