videoflix/backend
2024-09-15 09:05:19 +02:00
..
videoflix Sentry integrated in Django 2024-09-15 09:05:19 +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 Sentry integrated in Django 2024-09-15 09:05:19 +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