Skip to content

RahulSubramaniam/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!

About

RealWorld Django app built with Turbo!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.9%
  • HTML 29.8%
  • Shell 0.3%