Install the virtual environment and all the required packages:
pip3 install pipenvpipenv install
Enter in the virtual environment:
pipenv shell
In src:
- update or create the database:
python manage.py makemigrationspython manage.py migrate
- run the server:
python manage.py runserver
- open you browser and enter the url: