Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 679 Bytes

README.MD

File metadata and controls

39 lines (29 loc) · 679 Bytes

Não envidas

Site where you can add "anonymous" messages for special people. Messages we wish had sent to someone, but they weren't sent

nao_enviadas.mp4

Prerequisites

What do you need to install the application

  • Python 3.9+

Running the project

Create a virtual environment

python3 -m venv .venv
source .venv/bin/activate

Install the dependencies

pip install -r requirements.txt

Apply the migrations

python manage.py migrate

Create admin user

python manage.py createsuperuser

Run the project

python manage.py runserver