Skip to content

Messages we wish had sent to someone, but they weren't sent

Notifications You must be signed in to change notification settings

allythy/nao_enviadas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Messages we wish had sent to someone, but they weren't sent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published