Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 956 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 956 Bytes

anschluss

CircleCI Build Renovate enabled

This is a Django project implementing the westnetz order form.

Development

For local development, first create a virtualenv:

python -m venv venv

Afterwards, setup git-flow and install all dependencies using:

make develop

For development, use django runserver to run the application locally:

./manage.py runserver

Contributing changes

This project uses git-flow. To contribute changes, create a feature branch based on develop and work on your changes there.

To test your changes locally, you can run:

make check

Once you are finished, publish the branch and open a pull-request for review.