/udjango

Minimal Django app for code snippets

Primary LanguagePythonMIT LicenseMIT

This is a minimal, but runnable Django app called 𝜇Django.

Build Status

My goal was to create a runnable Django snippet that included a model.

I found several useful resources, but most no longer work under Django 1.11:

Later, I found Nsukami's blog post (no longer on line) that included a web server, so I merged in those features and automated the migrations.

There might be some useful ideas in Adam Johnson's blog.