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

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

Template for websauna cookiecutter
https://github.com/karantan/websauna-cookiecutter

Last synced: about 2 months ago
JSON representation

Template for websauna cookiecutter

Awesome Lists containing this project

README

        

=============================
websauna-cookiecutter-starter
=============================

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

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

* See websauna `requirements `_

Usage
-----

1. Generate a Websauna project.

.. code-block:: bash

$ ws-create

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.