CRUD made in Django, as an example for minicourse of introduction to Web development with Django.
git clone <link_do_projeto>
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
http://localhost:8000/admin