.dockerignore
.editorconfig
.lgtm
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MAINTAINERS
MANIFEST.in
README.rst
RELEASE-NOTES.rst
babel.ini
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.github/workflows/pypi-publish.yml
.github/workflows/tests.yml
.tx/config
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
docs/_ext/ultramock.py
invenio_pages/__init__.py
invenio_pages/admin.py
invenio_pages/config.py
invenio_pages/ext.py
invenio_pages/models.py
invenio_pages/rest.py
invenio_pages/version.py
invenio_pages/views.py
invenio_pages.egg-info/PKG-INFO
invenio_pages.egg-info/SOURCES.txt
invenio_pages.egg-info/dependency_links.txt
invenio_pages.egg-info/entry_points.txt
invenio_pages.egg-info/not-zip-safe
invenio_pages.egg-info/requires.txt
invenio_pages.egg-info/top_level.txt
invenio_pages/serializers/__init__.py
invenio_pages/serializers/links.py
invenio_pages/serializers/response.py
invenio_pages/serializers/schema.py
invenio_pages/templates/invenio_pages/base.html
invenio_pages/templates/invenio_pages/create.html
invenio_pages/templates/invenio_pages/default.html
invenio_pages/templates/invenio_pages/dynamic.html
invenio_pages/templates/invenio_pages/edit.html
invenio_pages/translations/messages.pot
invenio_pages/translations/cs/LC_MESSAGES/messages.po
invenio_pages/translations/da/LC_MESSAGES/messages.po
invenio_pages/translations/de/LC_MESSAGES/messages.po
invenio_pages/translations/es/LC_MESSAGES/messages.po
invenio_pages/translations/fr/LC_MESSAGES/messages.po
invenio_pages/translations/it/LC_MESSAGES/messages.po
tests/conftest.py
tests/test_admin.py
tests/test_invenio_pages.py
tests/test_models.py
tests/test_rest.py
tests/test_views.py