Skip to content

okfde/froide-pressconference

Repository files navigation

Froide Pressconference

Rebuild Search Index

To rebuild the search index for the froide_pressconference app, you can use the following command:

python manage.py search_index --rebuild --models froide_pressconference

Running Tests

Run tests with pytest:

docker compose -f compose-dev.yaml up
# --create-db option is only needed the first time.
pytest --create-db

Run tests with coverage:

coverage run -m pytest && coverage report

Alternatively, you can run make test or make testci.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors