diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..f992197d --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "zodman", + "name": "Andres Vargas", + "avatar_url": "https://avatars1.githubusercontent.com/u/44167?v=4", + "profile": "https://python3.ninja", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "django-unicorn", + "projectOwner": "adamghill", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/README.md b/README.md index 9ddf3178..e8b7881d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # django-unicorn + +[](#contributors-) + The magical fullstack framework for Django. ✨ `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 1. Make sure test package can be installed as expected (https://test.pypi.org/project/django-unicorn/) 1. `poetry publish -r pypi -u __token__` 1. Make sure live package can be installed as expected (https://pypi.org/project/django-unicorn/) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + +
Andres Vargas 💻 |
+