Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/tm-kn/wagtail-graphql-api
- Owner: tm-kn
- License: bsd-3-clause
- Created: 2019-02-17T21:23:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T21:43:55.000Z (over 5 years ago)
- Last Synced: 2024-10-07T04:47:41.119Z (about 1 month ago)
- Language: Python
- Homepage: https://wagtail-graphql-api.readthedocs.io/en/latest/
- Size: 171 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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/activateIn 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.