videoflix/backend
2025-04-19 18:15:57 +02:00
..
auth_app refactor: reorganize folder structure for improved maintainability and readability 2025-04-19 18:15:57 +02:00
templates refactor: reorganize folder structure for improved maintainability and readability 2025-04-19 18:15:57 +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: reorganize folder structure for improved maintainability and readability 2025-04-19 18:15:57 +02:00
.gitignore added django-import-export 2024-08-12 21:38:52 +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: update project to Angular 19 2025-04-19 17:15:45 +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