A hack in the form of a micro project
Go to file
coox 19f142937c Initial commit of .editorconfig 2020-05-08 20:11:07 +02:00
.editorconfig Initial commit of .editorconfig 2020-05-08 20:11:07 +02:00
.gitignore Initial commit 2020-04-25 16:07:10 +02:00
CONTRIBUTING.md Initial development requirements: pip-tools 2020-05-06 19:09:26 +02:00
README.md Initial setup with requirements on Django 3 and Python 3.6 2020-05-06 19:07:01 +02:00
requirements.txt Initial setup with requirements on Django 3 and Python 3.6 2020-05-06 19:07:01 +02:00
setup.py Initial development requirements: pip-tools 2020-05-06 19:09:26 +02:00

README.md

ungleich_screening_task

A micro project proposed as a screening task for the Senior Django Developer position at ungleich.

Installation

On a system, or in a virtual environment where Python version 3.6 or above, and pip and setuptools are available, run the following command to install required modules:

python -m pip install -r requirements.txt