Skip to content

Experiment in turning django into a microframework

Notifications You must be signed in to change notification settings

pavlenko-volodymyr/djmicro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django as a microframework

I was inspired by Ivan Sagalaev's micro-Django example and wondered if it could be turned into something more easily reusable. This is a first stab at doing that; the settings bootstrapping and command running is now separated out, and I've borrowed Flask's route decorator pattern to avoid having to explicitly define urlpatterns.

It's pretty hacky at the moment, but I think it could pretty easily get to the point, with the right additional hacks, that models could be used, and apps could be installed (like, for example, the admin).

Look at the example directory to see the original example refactored to use the library. To run:

python web.py runserver

About

Experiment in turning django into a microframework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published