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

```sh
django-admin startapp require_ipv6
```
2020-05-11 21:45:15 +02:00
friendly_cat Initial commit of friendly_cat Django app 2020-05-11 21:44:20 +02:00
require_ipv6 Initial commit of require_ipv6 Django app 2020-05-11 21:45:15 +02:00
ungleich_screening_task Initial commit of require_ipv6 Django app 2020-05-11 21:45:15 +02:00
.editorconfig Initial commit of .editorconfig 2020-05-08 20:11:07 +02:00
.env.dist Initial commit of require_ipv6 Django app 2020-05-11 21:45:15 +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 require_ipv6 Django app 2020-05-11 21:45:15 +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 require_ipv6 Django app 2020-05-11 21:45:15 +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