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

https://github.com/karantan/websauna-cookiecutter-addon


https://github.com/karantan/websauna-cookiecutter-addon

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

=============================
websauna-cookiecutter-addon
=============================

A cookiecutter (project template) for creating a Websauna addon project.

Requirements
------------

* See websauna `requirements `_

Usage
-----

1. Generate a Websauna project.

.. code-block:: bash

$ ws-create --app websauna_addon

2. Finish configuring the project by creating a virtual environment and
installing your new project.
See detailed instructions on the official Websauna
`documentation `_.

Contributing
------------
1. Create virtualenv and install tox.

.. code-block:: bash

$ virtualenv -p python3 venv
$ pip install tox

2. Run all the tests:

.. code-block:: bash

$ tox

3. Add your changes and tests, run tests and create PR.