Skip to content

Instantly share code, notes, and snippets.

@teke97
Created November 4, 2020 10:32
Show Gist options
  • Save teke97/557231333e9d715087cfe690575e6ede to your computer and use it in GitHub Desktop.
Save teke97/557231333e9d715087cfe690575e6ede to your computer and use it in GitHub Desktop.
test % docker run -ti -v $PWD:/app -w /app python:3.8 bash
root@728b016278ec:/app# ls
root@728b016278ec:/app# pip install --upgrade cookiecutter
Collecting cookiecutter
Downloading cookiecutter-1.7.2-py2.py3-none-any.whl (34 kB)
Collecting jinja2-time>=0.2.0
Downloading jinja2_time-0.2.0-py2.py3-none-any.whl (6.4 kB)
Collecting click>=7.0
Downloading click-7.1.2-py2.py3-none-any.whl (82 kB)
|████████████████████████████████| 82 kB 849 kB/s
Collecting binaryornot>=0.4.4
Downloading binaryornot-0.4.4-py2.py3-none-any.whl (9.0 kB)
Collecting python-slugify>=4.0.0
Downloading python-slugify-4.0.1.tar.gz (11 kB)
Collecting poyo>=0.5.0
Downloading poyo-0.5.0-py2.py3-none-any.whl (10 kB)
Collecting requests>=2.23.0
Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB)
|████████████████████████████████| 61 kB 269 kB/s
Collecting Jinja2<3.0.0
Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
|████████████████████████████████| 125 kB 6.6 MB/s
Collecting MarkupSafe<2.0.0
Downloading MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl (32 kB)
Collecting six>=1.10
Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
Collecting arrow
Downloading arrow-0.17.0-py2.py3-none-any.whl (50 kB)
|████████████████████████████████| 50 kB 1.2 MB/s
Collecting chardet>=3.0.2
Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
|████████████████████████████████| 133 kB 6.3 MB/s
Collecting text-unidecode>=1.3
Downloading text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
|████████████████████████████████| 78 kB 3.8 MB/s
Collecting certifi>=2017.4.17
Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
|████████████████████████████████| 156 kB 6.3 MB/s
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
Downloading urllib3-1.25.11-py2.py3-none-any.whl (127 kB)
|████████████████████████████████| 127 kB 5.5 MB/s
Collecting idna<3,>=2.5
Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
|████████████████████████████████| 58 kB 3.5 MB/s
Collecting python-dateutil>=2.7.0
Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
|████████████████████████████████| 227 kB 6.3 MB/s
Building wheels for collected packages: python-slugify
Building wheel for python-slugify (setup.py) ... done
Created wheel for python-slugify: filename=python_slugify-4.0.1-py2.py3-none-any.whl size=6769 sha256=5e1c43c955a0b81aefaec6b0add720ac9be711c1446ba6a549f20b83b57df89f
Stored in directory: /root/.cache/pip/wheels/91/4d/4f/e740a68c215791688c46c4d6251770a570e8dfea91af1acb5c
Successfully built python-slugify
Installing collected packages: six, python-dateutil, arrow, MarkupSafe, Jinja2, jinja2-time, click, chardet, binaryornot, text-unidecode, python-slugify, poyo, certifi, urllib3, idna, requests, cookiecutter
Successfully installed Jinja2-2.11.2 MarkupSafe-1.1.1 arrow-0.17.0 binaryornot-0.4.4 certifi-2020.6.20 chardet-3.0.4 click-7.1.2 cookiecutter-1.7.2 idna-2.10 jinja2-time-0.2.0 poyo-0.5.0 python-dateutil-2.8.1 python-slugify-4.0.1 requests-2.24.0 six-1.15.0 text-unidecode-1.3 urllib3-1.25.11
root@728b016278ec:/app# cookiecutter gh:f213/django
project_slug [django]: test
Running with Python 3.8.6
Creating and populating virtualenv..
Collecting pip-tools
Downloading pip_tools-5.3.1-py2.py3-none-any.whl (45 kB)
|████████████████████████████████| 45 kB 1.4 MB/s
Collecting six
Using cached six-1.15.0-py2.py3-none-any.whl (10 kB)
Requirement already satisfied: pip>=20.0 in ./venv/lib/python3.8/site-packages (from pip-tools) (20.2.1)
Collecting click>=7
Using cached click-7.1.2-py2.py3-none-any.whl (82 kB)
Installing collected packages: six, click, pip-tools
Successfully installed click-7.1.2 pip-tools-5.3.1 six-1.15.0
WARNING: You are using pip version 20.2.1; however, version 20.2.4 is available.
You should consider upgrading via the '/app/test/venv/bin/python -m pip install --upgrade pip' command.
pip-compile requirements.in
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements.in
#
asgiref==3.3.0 # via django
certifi==2020.6.20 # via requests, sentry-sdk
cffi==1.14.3 # via cryptography
chardet==3.0.4 # via requests
cryptography==3.2.1 # via pyjwt
django-behaviors==0.5.1 # via -r requirements.in
django-environ==0.4.5 # via -r requirements.in
django-filter==2.4.0 # via -r requirements.in
django-healthchecks==1.4.2 # via -r requirements.in
django==3.1.3 # via -r requirements.in, django-filter, django-healthchecks, djangorestframework, drf-jwt
djangorestframework==3.12.1 # via -r requirements.in, drf-jwt
drf-jwt==1.17.2 # via -r requirements.in
idna==2.10 # via requests
pycparser==2.20 # via cffi
pyjwt[crypto]==1.7.1 # via drf-jwt
pytz==2020.4 # via django
redis==3.5.3 # via -r requirements.in
requests==2.24.0 # via django-healthchecks
sentry-sdk==0.19.2 # via -r requirements.in
six==1.15.0 # via cryptography, django-healthchecks
sqlparse==0.4.1 # via django
urllib3==1.25.11 # via requests, sentry-sdk
whitenoise==5.2.0 # via -r requirements.in
pip-compile dev-requirements.in
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile dev-requirements.in
#
attrs==20.2.0 # via flake8-bugbear, flake8-eradicate, pytest
backcall==0.2.0 # via ipython
decorator==4.4.2 # via ipython
eradicate==2.0.0 # via flake8-eradicate
faker==0.9.1 # via mixer
flake8-absolute-import==1.0 # via -r dev-requirements.in
flake8-bugbear==20.1.4 # via -r dev-requirements.in
flake8-commas==2.0.0 # via -r dev-requirements.in
flake8-django==1.1.1 # via -r dev-requirements.in
flake8-eradicate==1.0.0 # via -r dev-requirements.in
flake8-isort==4.0.0 # via -r dev-requirements.in
flake8-mock==0.3 # via -r dev-requirements.in
flake8-pie==0.6.1 # via -r dev-requirements.in
flake8-plugin-utils==1.3.1 # via flake8-pytest-style
flake8-print==3.1.4 # via -r dev-requirements.in
flake8-printf-formatting==1.1.0 # via -r dev-requirements.in
flake8-pytest-style==1.3.0 # via -r dev-requirements.in
flake8-pytest==1.3 # via -r dev-requirements.in
flake8-quotes==3.2.0 # via -r dev-requirements.in
flake8-variables-names==0.0.3 # via -r dev-requirements.in
flake8==3.8.4 # via flake8-absolute-import, flake8-bugbear, flake8-commas, flake8-django, flake8-eradicate, flake8-isort, flake8-print, flake8-printf-formatting, flake8-pytest, flake8-quotes
freezegun==1.0.0 # via -r dev-requirements.in, pytest-freezegun
importlib-metadata==2.0.0 # via flake8-printf-formatting
iniconfig==1.1.1 # via pytest
ipython-genutils==0.2.0 # via traitlets
ipython==7.19.0 # via -r dev-requirements.in
isort==5.5.4 # via flake8-isort
jedi==0.17.2 # via -r dev-requirements.in, ipython
mccabe==0.6.1 # via flake8
mixer==6.1.3 # via -r dev-requirements.in
packaging==20.4 # via pytest
parso==0.7.1 # via jedi
pexpect==4.8.0 # via ipython
pickleshare==0.7.5 # via ipython
pluggy==0.13.1 # via pytest
prompt-toolkit==3.0.8 # via ipython
ptyprocess==0.6.0 # via pexpect
py==1.9.0 # via pytest
pycodestyle==2.6.0 # via flake8, flake8-print
pyflakes==2.2.0 # via flake8
pygments==2.7.2 # via ipython
pyparsing==2.4.7 # via packaging
pytest-deadfixtures==2.2.1 # via -r dev-requirements.in
pytest-django==4.1.0 # via -r dev-requirements.in
pytest-env==0.6.2 # via -r dev-requirements.in
pytest-freezegun==0.4.2 # via -r dev-requirements.in
pytest-mock==3.3.1 # via -r dev-requirements.in
pytest-randomly==3.4.1 # via -r dev-requirements.in
pytest==6.1.2 # via pytest-deadfixtures, pytest-django, pytest-env, pytest-freezegun, pytest-mock, pytest-randomly
python-dateutil==2.8.1 # via faker, freezegun
six==1.15.0 # via -c requirements.txt, faker, flake8-print, packaging, python-dateutil
testfixtures==6.15.0 # via flake8-isort
text-unidecode==1.2 # via faker
toml==0.10.2 # via pytest
traitlets==5.0.5 # via ipython
wcwidth==0.2.5 # via prompt-toolkit
zipp==3.4.0 # via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# setuptools
pip-sync requirements.txt dev-requirements.txt
Collecting asgiref==3.3.0
Using cached asgiref-3.3.0-py3-none-any.whl (19 kB)
Collecting attrs==20.2.0
Using cached attrs-20.2.0-py2.py3-none-any.whl (48 kB)
Collecting backcall==0.2.0
Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB)
Collecting certifi==2020.6.20
Using cached certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
Collecting cffi==1.14.3
Using cached cffi-1.14.3-cp38-cp38-manylinux1_x86_64.whl (410 kB)
Collecting chardet==3.0.4
Using cached chardet-3.0.4-py2.py3-none-any.whl (133 kB)
Collecting cryptography==3.2.1
Using cached cryptography-3.2.1-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB)
Collecting decorator==4.4.2
Using cached decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
Collecting django==3.1.3
Using cached Django-3.1.3-py3-none-any.whl (7.8 MB)
Collecting django-behaviors==0.5.1
Using cached django_behaviors-0.5.1-py2.py3-none-any.whl (20 kB)
Collecting django-environ==0.4.5
Using cached django_environ-0.4.5-py2.py3-none-any.whl (21 kB)
Collecting django-filter==2.4.0
Using cached django_filter-2.4.0-py3-none-any.whl (73 kB)
Collecting django-healthchecks==1.4.2
Using cached django_healthchecks-1.4.2-py2.py3-none-any.whl (7.8 kB)
Collecting djangorestframework==3.12.1
Using cached djangorestframework-3.12.1-py3-none-any.whl (913 kB)
Collecting drf-jwt==1.17.2
Using cached drf_jwt-1.17.2-py2.py3-none-any.whl (18 kB)
Collecting eradicate==2.0.0
Using cached eradicate-2.0.0.tar.gz (5.6 kB)
Collecting faker==0.9.1
Using cached Faker-0.9.1-py2.py3-none-any.whl (761 kB)
Collecting flake8==3.8.4
Using cached flake8-3.8.4-py2.py3-none-any.whl (72 kB)
Collecting flake8-absolute-import==1.0
Using cached flake8_absolute_import-1.0-py3-none-any.whl (5.9 kB)
Collecting flake8-bugbear==20.1.4
Using cached flake8_bugbear-20.1.4-py36.py37.py38-none-any.whl (15 kB)
Collecting flake8-commas==2.0.0
Using cached flake8_commas-2.0.0-py2.py3-none-any.whl (8.6 kB)
Collecting flake8-django==1.1.1
Using cached flake8_django-1.1.1-py3-none-any.whl (23 kB)
Collecting flake8-eradicate==1.0.0
Using cached flake8_eradicate-1.0.0-py3-none-any.whl (5.0 kB)
Collecting flake8-isort==4.0.0
Using cached flake8_isort-4.0.0-py2.py3-none-any.whl (14 kB)
Collecting flake8-mock==0.3
Using cached flake8-mock-0.3.tar.gz (3.5 kB)
Collecting flake8-pie==0.6.1
Using cached flake8_pie-0.6.1-py3-none-any.whl (6.9 kB)
Collecting flake8-plugin-utils==1.3.1
Using cached flake8_plugin_utils-1.3.1-py3-none-any.whl (9.7 kB)
Collecting flake8-print==3.1.4
Using cached flake8-print-3.1.4.tar.gz (4.2 kB)
Collecting flake8-printf-formatting==1.1.0
Using cached flake8_printf_formatting-1.1.0-py2.py3-none-any.whl (3.9 kB)
Collecting flake8-pytest==1.3
Using cached flake8_pytest-1.3-py2.py3-none-any.whl (4.2 kB)
Collecting flake8-pytest-style==1.3.0
Using cached flake8_pytest_style-1.3.0-py3-none-any.whl (16 kB)
Collecting flake8-quotes==3.2.0
Using cached flake8-quotes-3.2.0.tar.gz (13 kB)
Collecting flake8-variables-names==0.0.3
Using cached flake8_variables_names-0.0.3.tar.gz (4.3 kB)
Collecting freezegun==1.0.0
Using cached freezegun-1.0.0-py2.py3-none-any.whl (14 kB)
Collecting idna==2.10
Using cached idna-2.10-py2.py3-none-any.whl (58 kB)
Collecting importlib-metadata==2.0.0
Using cached importlib_metadata-2.0.0-py2.py3-none-any.whl (31 kB)
Collecting iniconfig==1.1.1
Using cached iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
Collecting ipython==7.19.0
Using cached ipython-7.19.0-py3-none-any.whl (784 kB)
Collecting ipython-genutils==0.2.0
Using cached ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB)
Collecting isort==5.5.4
Using cached isort-5.5.4-py3-none-any.whl (95 kB)
Collecting jedi==0.17.2
Using cached jedi-0.17.2-py2.py3-none-any.whl (1.4 MB)
Collecting mccabe==0.6.1
Using cached mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
Collecting mixer==6.1.3
Using cached mixer-6.1.3-py2.py3-none-any.whl (41 kB)
Collecting packaging==20.4
Using cached packaging-20.4-py2.py3-none-any.whl (37 kB)
Collecting parso==0.7.1
Using cached parso-0.7.1-py2.py3-none-any.whl (109 kB)
Collecting pexpect==4.8.0
Using cached pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
Collecting pickleshare==0.7.5
Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
Collecting pluggy==0.13.1
Using cached pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
Collecting prompt-toolkit==3.0.8
Using cached prompt_toolkit-3.0.8-py3-none-any.whl (355 kB)
Collecting ptyprocess==0.6.0
Using cached ptyprocess-0.6.0-py2.py3-none-any.whl (39 kB)
Collecting py==1.9.0
Using cached py-1.9.0-py2.py3-none-any.whl (99 kB)
Collecting pycodestyle==2.6.0
Using cached pycodestyle-2.6.0-py2.py3-none-any.whl (41 kB)
Collecting pycparser==2.20
Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB)
Collecting pyflakes==2.2.0
Using cached pyflakes-2.2.0-py2.py3-none-any.whl (66 kB)
Collecting pygments==2.7.2
Using cached Pygments-2.7.2-py3-none-any.whl (948 kB)
Collecting pyjwt[crypto]==1.7.1
Using cached PyJWT-1.7.1-py2.py3-none-any.whl (18 kB)
Collecting pyparsing==2.4.7
Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
Collecting pytest==6.1.2
Using cached pytest-6.1.2-py3-none-any.whl (272 kB)
Collecting pytest-deadfixtures==2.2.1
Using cached pytest_deadfixtures-2.2.1-py2.py3-none-any.whl (5.1 kB)
Collecting pytest-django==4.1.0
Using cached pytest_django-4.1.0-py3-none-any.whl (18 kB)
Collecting pytest-env==0.6.2
Using cached pytest-env-0.6.2.tar.gz (1.7 kB)
Collecting pytest-freezegun==0.4.2
Using cached pytest_freezegun-0.4.2-py2.py3-none-any.whl (4.6 kB)
Collecting pytest-mock==3.3.1
Using cached pytest_mock-3.3.1-py3-none-any.whl (11 kB)
Collecting pytest-randomly==3.4.1
Using cached pytest_randomly-3.4.1-py3-none-any.whl (7.3 kB)
Collecting python-dateutil==2.8.1
Using cached python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
Collecting pytz==2020.4
Using cached pytz-2020.4-py2.py3-none-any.whl (509 kB)
Collecting redis==3.5.3
Using cached redis-3.5.3-py2.py3-none-any.whl (72 kB)
Collecting requests==2.24.0
Using cached requests-2.24.0-py2.py3-none-any.whl (61 kB)
Collecting sentry-sdk==0.19.2
Using cached sentry_sdk-0.19.2-py2.py3-none-any.whl (127 kB)
Collecting sqlparse==0.4.1
Using cached sqlparse-0.4.1-py3-none-any.whl (42 kB)
Collecting testfixtures==6.15.0
Using cached testfixtures-6.15.0-py2.py3-none-any.whl (90 kB)
Collecting text-unidecode==1.2
Using cached text_unidecode-1.2-py2.py3-none-any.whl (77 kB)
Collecting toml==0.10.2
Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting traitlets==5.0.5
Using cached traitlets-5.0.5-py3-none-any.whl (100 kB)
Collecting urllib3==1.25.11
Using cached urllib3-1.25.11-py2.py3-none-any.whl (127 kB)
Collecting wcwidth==0.2.5
Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Collecting whitenoise==5.2.0
Using cached whitenoise-5.2.0-py2.py3-none-any.whl (19 kB)
Collecting zipp==3.4.0
Using cached zipp-3.4.0-py3-none-any.whl (5.2 kB)
Requirement already satisfied: six>=1.4.1 in ./venv/lib/python3.8/site-packages (from cryptography==3.2.1->-r /tmp/tmp_8364xue (line 7)) (1.15.0)
Requirement already satisfied: setuptools in ./venv/lib/python3.8/site-packages (from flake8-variables-names==0.0.3->-r /tmp/tmp_8364xue (line 33)) (49.2.1)
Using legacy 'setup.py install' for eradicate, since package 'wheel' is not installed.
Using legacy 'setup.py install' for flake8-mock, since package 'wheel' is not installed.
Using legacy 'setup.py install' for flake8-print, since package 'wheel' is not installed.
Using legacy 'setup.py install' for flake8-quotes, since package 'wheel' is not installed.
Using legacy 'setup.py install' for flake8-variables-names, since package 'wheel' is not installed.
Using legacy 'setup.py install' for pytest-env, since package 'wheel' is not installed.
Installing collected packages: asgiref, attrs, backcall, certifi, pycparser, cffi, chardet, cryptography, decorator, pytz, sqlparse, django, django-behaviors, django-environ, django-filter, idna, urllib3, requests, django-healthchecks, djangorestframework, pyjwt, drf-jwt, eradicate, text-unidecode, python-dateutil, faker, mccabe, pycodestyle, pyflakes, flake8, flake8-absolute-import, flake8-bugbear, flake8-commas, flake8-django, flake8-eradicate, testfixtures, isort, flake8-isort, flake8-mock, flake8-pie, flake8-plugin-utils, flake8-print, zipp, importlib-metadata, flake8-printf-formatting, flake8-pytest, flake8-pytest-style, flake8-quotes, flake8-variables-names, freezegun, iniconfig, pickleshare, pygments, ptyprocess, pexpect, wcwidth, prompt-toolkit, parso, jedi, ipython-genutils, traitlets, ipython, mixer, pyparsing, packaging, pluggy, py, toml, pytest, pytest-deadfixtures, pytest-django, pytest-env, pytest-freezegun, pytest-mock, pytest-randomly, redis, sentry-sdk, whitenoise
Running setup.py install for eradicate ... done
Running setup.py install for flake8-mock ... done
Running setup.py install for flake8-print ... done
Running setup.py install for flake8-quotes ... done
Running setup.py install for flake8-variables-names ... done
Running setup.py install for pytest-env ... done
Successfully installed asgiref-3.3.0 attrs-20.2.0 backcall-0.2.0 certifi-2020.6.20 cffi-1.14.3 chardet-3.0.4 cryptography-3.2.1 decorator-4.4.2 django-3.1.3 django-behaviors-0.5.1 django-environ-0.4.5 django-filter-2.4.0 django-healthchecks-1.4.2 djangorestframework-3.12.1 drf-jwt-1.17.2 eradicate-2.0.0 faker-0.9.1 flake8-3.8.4 flake8-absolute-import-1.0 flake8-bugbear-20.1.4 flake8-commas-2.0.0 flake8-django-1.1.1 flake8-eradicate-1.0.0 flake8-isort-4.0.0 flake8-mock-0.3 flake8-pie-0.6.1 flake8-plugin-utils-1.3.1 flake8-print-3.1.4 flake8-printf-formatting-1.1.0 flake8-pytest-1.3 flake8-pytest-style-1.3.0 flake8-quotes-3.2.0 flake8-variables-names-0.0.3 freezegun-1.0.0 idna-2.10 importlib-metadata-2.0.0 iniconfig-1.1.1 ipython-7.19.0 ipython-genutils-0.2.0 isort-5.5.4 jedi-0.17.2 mccabe-0.6.1 mixer-6.1.3 packaging-20.4 parso-0.7.1 pexpect-4.8.0 pickleshare-0.7.5 pluggy-0.13.1 prompt-toolkit-3.0.8 ptyprocess-0.6.0 py-1.9.0 pycodestyle-2.6.0 pycparser-2.20 pyflakes-2.2.0 pygments-2.7.2 pyjwt-1.7.1 pyparsing-2.4.7 pytest-6.1.2 pytest-deadfixtures-2.2.1 pytest-django-4.1.0 pytest-env-0.6.2 pytest-freezegun-0.4.2 pytest-mock-3.3.1 pytest-randomly-3.4.1 python-dateutil-2.8.1 pytz-2020.4 redis-3.5.3 requests-2.24.0 sentry-sdk-0.19.2 sqlparse-0.4.1 testfixtures-6.15.0 text-unidecode-1.2 toml-0.10.2 traitlets-5.0.5 urllib3-1.25.11 wcwidth-0.2.5 whitenoise-5.2.0 zipp-3.4.0
WARNING: You are using pip version 20.2.1; however, version 20.2.4 is available.
You should consider upgrading via the '/app/test/venv/bin/python -m pip install --upgrade pip' command.
Collecting static assets...
165 static files copied to '/app/test/src/static'.
Running initial migrations...
Operations to perform:
Apply all migrations: admin, auth, authtoken, blacklist, contenttypes, sessions, users
Running migrations:
Applying contenttypes.0001_initial... OK
Applying contenttypes.0002_remove_content_type_name... OK
Applying auth.0001_initial... OK
Applying auth.0002_alter_permission_name_max_length... OK
Applying auth.0003_alter_user_email_max_length... OK
Applying auth.0004_alter_user_username_opts... OK
Applying auth.0005_alter_user_last_login_null... OK
Applying auth.0006_require_contenttypes_0002... OK
Applying auth.0007_alter_validators_add_error_messages... OK
Applying auth.0008_alter_user_username_max_length... OK
Applying auth.0009_alter_user_last_name_max_length... OK
Applying auth.0010_alter_group_name_max_length... OK
Applying auth.0011_update_proxy_permissions... OK
Applying users.0001_initial... OK
Applying admin.0001_initial... OK
Applying admin.0002_logentry_remove_auto_add... OK
Applying admin.0003_logentry_add_action_flag_choices... OK
Applying auth.0012_alter_user_first_name_max_length... OK
Applying authtoken.0001_initial... OK
Applying authtoken.0002_auto_20160226_1747... OK
Applying authtoken.0003_tokenproxy... OK
Applying blacklist.0001_initial... OK
Applying sessions.0001_initial... OK
Running flake8..
./app/models.py:3:1: I004 isort found an unexpected blank line in imports
./app/asgi.py:11:1: I004 isort found an unexpected blank line in imports
./app/pagination.py:2:1: I004 isort found an unexpected blank line in imports
./app/pagination.py:3:1: I001 isort found an import in the wrong position
./app/wsgi.py:11:1: I004 isort found an unexpected blank line in imports
./app/admin/__init__.py:1:1: I003 isort expected 1 blank line in imports, found 0
./app/admin/__init__.py:2:1: I001 isort found an import in the wrong position
./app/management/commands/makemigrations.py:2:1: I004 isort found an unexpected blank line in imports
./users/admin.py:3:1: I003 isort expected 1 blank line in imports, found 0
./users/urls.py:2:1: I003 isort expected 1 blank line in imports, found 0
ERROR: Stopping generation because post_gen_project hook script didn't exit successfully
Hook script failed (exit status: 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment