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
- Host: GitHub
- URL: https://github.com/karantan/websauna-cookiecutter
- Owner: karantan
- Created: 2016-10-29T14:57:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T13:28:43.000Z (over 8 years ago)
- Last Synced: 2025-02-13T15:53:51.851Z (4 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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 tox2. Run all the tests:
.. code-block:: bash
$ tox
3. Add your changes and tests, run tests and create PR.