mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Add "Built with Cookiecutter Django" badge to project README
This commit is contained in:
parent
e752e77326
commit
e794fc1a84
|
@ -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 New Issue
Block a user