Skip to content

Commit d40e7c1

Browse files
committed
Update readme.
1 parent cb4eef8 commit d40e7c1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
![GitHub Release Date](https://img.shields.io/github/release-date/adamghill/django-unicorn?style=flat-square)
66

77
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
8+
89
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
10+
911
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1012

1113
The magical fullstack framework for Django. ✨
1214

13-
`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.
15+
`Unicorn` is a reactive component framework that progressively enhances a normal Django view, makes AJAX calls in the background, and dynamically updates the DOM. It seamlessly extends Django past its server-side framework roots without giving up all of its niceties or re-building your website.
1416

1517
## Why?
1618

@@ -54,6 +56,9 @@ https://www.django-unicorn.com
5456
1. Make sure test package can be installed as expected (https://test.pypi.org/project/django-unicorn/)
5557
1. `poetry publish`
5658
1. Make sure live package can be installed as expected (https://pypi.org/project/django-unicorn/)
59+
1. Update django-unicorn.com's changelog.md
60+
1. Update django-unicorn.com's version of `django-unicorn`
61+
1. [Create GitHub release](https://github.com/adamghill/django-unicorn/releases/new) and add changelog there
5762

5863
## Contributors ✨
5964

@@ -73,6 +78,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
7378

7479
<!-- markdownlint-enable -->
7580
<!-- prettier-ignore-end -->
81+
7682
<!-- ALL-CONTRIBUTORS-LIST:END -->
7783

7884
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)