/django-service-wizard

Django (Micro)Service wizard for the Humanitec Platform Walhall

Primary LanguagePythonOtherNOASSERTION

Build Status

django-service-wizard

A Django (Micro)Service wizard for the Humanitec Platform Walhall. This will help you to setup your a project from scratch.

The Django version installed is specified in requirements/base.txt. The project will be created for Python version 3 (see service_builder/templates/docker/Dockerfile for more details).

Set up a new MicroService

Just run the command:

docker-compose run --rm django_service_wizard

Development

Build the docker image:

docker-compose build

Run the tests:

docker-compose run --entrypoint 'py.test service_builder/tests' --rm django_service_wizard