A magical full-stack framework for Django.
Project description
django-unicorn
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.
Why?
Building server-side sites in Django with the ORM and template engine is so pleasant, but once you need more interactivity on the frontend, there is a lot more ambiguity. Should you build out an entire API in Django REST framework? Should you use React or Vue.js (or some) other frontend framework?
It seems like there should be an easier way to create interactive experiences.
A note
django-unicorn
is still beta and the API will likely change on the way to version 1.0.0. All efforts will be made to include an easy upgrade path. 1.0.0 will signify that the public API won't change until the next major release.
Detailed documentation
https://www.django-unicorn.com
Developing
git clone git@github.com:adamghill/django-unicorn.git
poetry install
poetry run example/manage.py migrate
poetry run example/manage.py runserver 0:8000
- Go to
localhost:8000
in your browser - To install in another project
pip install -e ../django-unicorn
Run unittests
poetry run pytest
npm run test
Minify Javascript
npm install
npm run build
Bump version
npm run build
poetry version major|minor|patch
- Commit/tag/push version bump
poetry publish --build -r test -u __token__
- Make sure test package can be installed as expected (https://test.pypi.org/project/django-unicorn/)
poetry publish -r pypi -u __token__
- Make sure live package can be installed as expected (https://pypi.org/project/django-unicorn/)
Contributors ✨
Thanks goes to these wonderful people (emoji key):
Adam Hill 💻 ⚠️ |
Andres Vargas 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django_unicorn-0.8.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73e1ff73c846dc8b5f92d563ecdf22306fad09c282f7c3e8ea8c49a1253309b9 |
|
MD5 | 4e00df8321608b4d84d18c8e00626b12 |
|
BLAKE2b-256 | 5e5b8539bbc1d110f2e2f7544ff60197e28138e0bb08290d4be3c428ed6b897f |