Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

hotwire-django/hotwire-django-realworld

Repository files navigation

hotwire-django-realworld

A RealWorld Django app using Turbo. See RealWorld. A live demo is hosted on Heroku

Install

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py createdata 10
./manage.py runserver

Tests

Run pytest.

License

hotwire-django-realworld is released under the MIT License to keep compatibility with both the Hotwire project and the RealWorld starter kit.

If you submit a pull request. Remember to add yourself to CONTRIBUTORS.md!