Blog built on an architecture HTML over the wire
Go to file
Andros Fenollosa 96b4a45f1d First commit
2022-05-15 20:58:36 +02:00
app First commit 2022-05-15 20:58:36 +02:00
blog First commit 2022-05-15 20:58:36 +02:00
static First commit 2022-05-15 20:58:36 +02:00
Caddyfile First commit 2022-05-15 20:58:36 +02:00
django-launcher.sh First commit 2022-05-15 20:58:36 +02:00
docker-compose.yaml First commit 2022-05-15 20:58:36 +02:00
Dockerfile First commit 2022-05-15 20:58:36 +02:00
make_fake_data.py First commit 2022-05-15 20:58:36 +02:00
manage.py First commit 2022-05-15 20:58:36 +02:00
README.md First commit 2022-05-15 20:58:36 +02:00
requirements.txt First commit 2022-05-15 20:58:36 +02:00

Complete example of how to create a Blog with HTML over the Wire architecture in Python using Django and Channels.

  • Change pages.
  • List of articles.
  • Search engine.
  • Single page for each article.
  • List of comments for each article.
  • Possibility of adding new comments with real-time updating for all users who are connected.
  • Static page.
  • RSS feed.
  • URL update.
  • Server-Side Rendering (SSR) of pages for SEO.
  • Cross-site request forgery protection over WebSockets.

Run 🏃

docker-compose up

Thanks 😍