jellenberger / protodj

A one-file minimal Django setup to run experimental stuff locally

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protodj

This is a one-file minimal Django setup. I use it to run experimental stuff in a familiar environment on my local machine.

It's based on syntarsus/minimal-django, but has templating and static file support added. It also includes a base template that loads the venerable JQuery and Bootstrap.

No users. No db. It isn't secure. Run it with python app.py runserver.

About

A one-file minimal Django setup to run experimental stuff locally

License:MIT License


Languages

Language:HTML 71.9%Language:Python 27.0%Language:JavaScript 1.1%