Skip to content

participa-lab/participa

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published