DEV Community

Discussion on: Who's looking for open source contributors? (August 20 edition)

Collapse
 
imichael profile image
✨iMichael✨

DJ-Models

I recently created Dj-Models, which allows anyone to use the Django ORM in any sync Python web framework.

The project is a fork of Django, with all the irrelevant parts removed.

Features

  • Mix and match your favorite web tools e.g (Dj-Models + Flask + React)
  • Minimal configuration
  • All the great features of Django's Models:
    • Schema migrations
    • Declaritive models.
    • Beautiful Query API

Status

This project is not ready for prime time. Currently the only blocker is teaching DJ-Models where migration files should live.

More info:
github.com/iMerica/dj-models