masliev / NoodlesFramework

long noodles aims to be web dev framework specialized for use on top of gevent and with nosql storage engines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is our small web-framework, based on gevents(gevents.org).

To start work with it clone it to noodles directory

$ cd noodles_project_dir
$ git clone git@github.com:guyromm/NoodlesFramework.git noodles

To start new project do:

$ python noodles/manage.py init
$ python runserver.py

Fail? Just install all necessary libs:

redis-py, webob, routes, mako, gevent

For more detail info see INSTALL...

About

long noodles aims to be web dev framework specialized for use on top of gevent and with nosql storage engines


Languages

Language:Python 100.0%