mindcurrent / djanky-django

Daniel's Janky Attempt at a Django RESTful API Server
0 stars 1 forks source link

Throw together some elementary views, templates, and ("MVC-ish"?) routers #13

Open dpcunningham opened 5 years ago

dpcunningham commented 5 years ago

Per: Writing your first Django app, part 3

There's a lot of power behind this MVC architecture, but I ain't gonna pick it all up in a day...

The template system alone is gonna be a brain bender. Reminds me of Perl reg-ex headaches.