Management system to a product , accounts and invoices with Django and Tailwind CSS
~# python -m venv .venv
~# source .venv/bin/activate # linux
~# pip install -r requirements.txt
~# python manage.py makemigrations
~# python manage.py migrate
~# python manage.py runserver