A hack in the form of a micro project
Go to file
coox da6b46073d Initial commit of Django project settings
Base files generated using:

```sh
django-admin startproject ungleich_screening_task .
```
2020-05-10 17:59:30 +02:00
ungleich_screening_task Initial commit of Django project settings 2020-05-10 17:59:30 +02:00
.editorconfig Initial commit of .editorconfig 2020-05-08 20:11:07 +02:00
.env.dist Initial commit of Django project settings 2020-05-10 17:59:30 +02:00
.gitignore Initial commit of Django project settings 2020-05-10 17:59:30 +02:00
CONTRIBUTING.md Initial commit of Black as a development requirement 2020-05-08 20:11:07 +02:00
README.md Initial setup with requirements on Django 3 and Python 3.6 2020-05-06 19:07:01 +02:00
manage.py Initial commit of Django project settings 2020-05-10 17:59:30 +02:00
requirements.txt Initial commit of Django project settings 2020-05-10 17:59:30 +02:00
setup.cfg Initial commit of Black as a development requirement 2020-05-08 20:11:07 +02:00
setup.py Initial commit of Django project settings 2020-05-10 17:59:30 +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