Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grisha/mod_python

mod_python
https://github.com/grisha/mod_python

Last synced: about 2 months ago
JSON representation

mod_python

Awesome Lists containing this project

README

        

mod_python
==========

Documentation for mod_python is on http://www.modpython.org/

Mod_python is going to be maintained on Github from here on. There is
no plan for additional releases, the latest code is the master branch,
which will be kept as stable as possible. For issues and questions
please use Github.

Quick Start
-----------

If you can't read instructions:

```shell
$ ./configure
$ make
$ sudo make install
$ make test
```

If the above worked - read the tutorial in the documentation.