participa Development Create or activate virtual environment python -m venv env source env/bin/activate Install dependencies pip install -r requirements.txt Run migrations python manage.py migrate Run server python manage.py runserver Run tailwind python manage.py tailwind start Internationalization (polis app) Extract strings python manage.py makemessages -l es Compile strings python manage.py compilemessages