Serialize Django Data for JavaScript

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. django-rest-framework

    Web APIs for Django. 🎸

    Neat.

    I guess I'm a little surprised that the Django REST Framework isn't mentioned, since I thought that's the go-to for pretty much everyone for this task.

    https://www.django-rest-framework.org/

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. bleach

    Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes

    This is an excellent point; I should have addressed safety in my article. I'll point out that in my use case, I'm using `safe` on data I create and not any user-generated data.

    You should never use `safe` on user data unless you use something like bleach (https://github.com/mozilla/bleach) to sanitize the data. Even then, you should use caution.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Why Django REST Framework doesn't show your custom validation error messages (and what to do about it)

    1 project | dev.to | 21 May 2025
  • How to Build RESTful APIs with Django

    2 projects | dev.to | 10 May 2025
  • Building a REST API with Django REST Framework: A Beginners Guide

    1 project | dev.to | 21 Feb 2025
  • Emulating Rails-like resource controllers in a server-rendered Django app

    2 projects | dev.to | 16 Jul 2024
  • Using Python to Dump Data into Django Models for Testing Frontend or API Endpoints:A Complete Django REST API Tutorial

    3 projects | dev.to | 12 Jul 2024