Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tm-kn/wagtail-graphql-api

Not production ready!
https://github.com/tm-kn/wagtail-graphql-api

Last synced: 3 days ago
JSON representation

Not production ready!

Awesome Lists containing this project

README

        

wagtail-graphql-api
===================

GraphQL module for the `Wagtail CMS `_. It is based on
the `Graphene framework `_.

Documentation is available at https://wagtail-graphql-api.readthedocs.io/.

Documentation
~~~~~~~~~~~~~

Set up a virtual environment.

.. code:: sh

python3 -m venv venv
source venv/bin/activate

In the project root, install the package.

.. code:: sh

flit install --symlink --python $(which python) --extra all

Go to the ``docs`` folder and generate the documentation

.. code:: sh

make html

You can serve the documentation from the web server.

.. code:: sh

python -m http.server -d _build/html/ 9000

The documentation will be accessible at http://localhost:9000.