forked from lafada/kalapy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
37 lines (31 loc) · 1.51 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
===============================================================================
KalaPy
===============================================================================
KalaPy is a web application framework for Python based on Werkzeug and Jinja2.
It provides it's own unique Database Abstraction Layer (DAL), localisation via
babel and pytz and more...
This is just a preview release. The development is still under alpha stage and
API might change during this period. I welcome your useful suggestions/thoughts
about how to improve it and how it should look like.
At the moment it looks some what similar to Django, but it is only so to get
started quickly. The intention is to implement a framework that combines power
of OpenERP and Django. Let's see how it goes...
-------------------------------------------------------------------------------
TODO
-------------------------------------------------------------------------------
* write more unit tests
* improve documentation
* support for google app engine
* support for mysql
* support for openerp
* packages (are not applications)
- per package settings file
- support for extending an existing package with addon packages
- resources provided by an addon package should get preference over
original package
* auto views (using GWT or Dojo), can be mixed with normal html
* admin interface
- activate/deactivate packages
- configuration
-------------------------------------------------------------------------------
Copyright (c) 2010 Amit Mendapara.