A hack in the form of a micro project
Eric Redon
da6b46073d
Base files generated using: ```sh django-admin startproject ungleich_screening_task . ``` |
||
---|---|---|
ungleich_screening_task | ||
.editorconfig | ||
.env.dist | ||
.gitignore | ||
CONTRIBUTING.md | ||
manage.py | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py |
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