Skip to content

Commit

Permalink
swing-150 more cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadeempoco committed Dec 22, 2022
1 parent 63247d3 commit a2a9868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To create a new project using this template, do the following:
pip install cookiecutter
cookiecutter gh:liip/django-template

Go to http://my-project.dockert.test/ and start hacking!
Go to http://my-project.docker.test/ and start hacking!

Troubleshooting
---------------
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ max-line-length = 88

[flake8]
max-line-length = 88
exclude= */migrations/, {{cookiecutter.project_slug}}/config/settings/, {% if cookiecutter.virtualization_tool == 'drifter' %}virtualization/, {% endif %}manage.py, node_modules, .git
exclude= */migrations/, {{cookiecutter.project_slug}}/config/settings/, manage.py, node_modules, .git
per-file-ignores =
{{cookiecutter.project_slug }}/settings/*:F405,F403
# Let black handle formatting
Expand Down

0 comments on commit a2a9868

Please sign in to comment.