mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-17 16:51:07 +00:00
Add "Built with Cookiecutter Django" badge to project README
This commit is contained in:
parent
e752e77326
commit
e794fc1a84
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
||||||
|
|
||||||
{{cookiecutter.description}}
|
{{cookiecutter.description}}
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/badge/built%20with-Cookiecutter%20Django-ff69b4.svg
|
||||||
|
:target: https://github.com/pydanny/cookiecutter-django/
|
||||||
|
:alt: Built with Cookiecutter Django
|
||||||
|
|
||||||
{% if cookiecutter.open_source_license != "Not open source" %}
|
{% if cookiecutter.open_source_license != "Not open source" %}
|
||||||
LICENSE: {{cookiecutter.open_source_license}}
|
LICENSE: {{cookiecutter.open_source_license}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue