Skip to content

Instantly share code, notes, and snippets.

@radzhome
radzhome / json_schema_to_django_model.py
Last active January 9, 2025 13:11
Converts json schema to django models.py
"""
Json Schema to Django Model
"""
import json
import argparse
import logging
import os
def determine_model_name(model_id=None, filename=None):
@hofmannsven
hofmannsven / README.md
Last active June 15, 2025 00:37
Git CLI Cheatsheet