On Wed, 9 Apr 2014, Mark Phillips wrote:

> Take a look at django, a python web framework that creates most of the code
> for you. You define your models in python classes and it creates the
> backend db (mysql, postgress, etc) and all the pages to crud your data. One
> creates other pages (views) in a few lines of python and a template
> language. I have found it to be great for those "weekend" projects that
> tend to grow over time.

   +1

Rich
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to