Skip to content

Commit f6c5a51

Browse files
docs: update README.md [skip ci]
1 parent a83f2bf commit f6c5a51

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# django-unicorn
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25
The magical fullstack framework for Django. ✨
36

47
`django-unicorn` provides a way to use backend Django code and regular Django templates to create interactive experiences without investing in a separate frontend framework.
@@ -37,3 +40,22 @@ https://www.django-unicorn.com
3740
1. Make sure test package can be installed as expected (https://test.pypi.org/project/django-unicorn/)
3841
1. `poetry publish -r pypi -u __token__`
3942
1. Make sure live package can be installed as expected (https://pypi.org/project/django-unicorn/)
43+
44+
## Contributors ✨
45+
46+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
47+
48+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
49+
<!-- prettier-ignore-start -->
50+
<!-- markdownlint-disable -->
51+
<table>
52+
<tr>
53+
<td align="center"><a href="https://python3.ninja"><img src="https://avatars1.githubusercontent.com/u/44167?v=4" width="100px;" alt=""/><br /><sub><b>Andres Vargas</b></sub></a><br /><a href="https://github.com/adamghill/django-unicorn/commits?author=zodman" title="Code">💻</a></td>
54+
</tr>
55+
</table>
56+
57+
<!-- markdownlint-enable -->
58+
<!-- prettier-ignore-end -->
59+
<!-- ALL-CONTRIBUTORS-LIST:END -->
60+
61+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)