A RealWorld Django app using Turbo. See RealWorld. A live demo is hosted on Heroku
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py createdata 10
./manage.py runserver
Run pytest
.
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!