This commit is contained in:
Fred Wenzel 2010-12-28 15:40:48 -08:00
Родитель 88cbf13869
Коммит c897a5c61b
1 изменённых файлов: 36 добавлений и 0 удалений

36
README.md Normal file
Просмотреть файл

@ -0,0 +1,36 @@
playdoh
=======
Mozilla's Playdoh is a web application template based on [Django][django].
Patches are welcome! Feel free to fork and contribute to this project on
[github][gh-playdoh].
[django]: http://www.djangoproject.com/
[gh-playdoh]: https://github.com/mozilla/playdoh
Requirements
------------
You need Python 2.6.
This project is set up to use a vendor library, i.e. a subdirectory ``vendor``
that contains all pure Python libraries required by this project.
In addition, there are compiled libraries (such as Jinja2) that you will need
to build yourself, either by installing them from ``pypi`` or by using your
favorite package manager for your OS.
For development, you can run this in a [virtualenv environment][virtualenv]:
easy_install pip
pip install -r requirements/compiled.txt
[virtualenv]: http://pypi.python.org/pypi/virtualenv
License
-------
This software is licensed under the [New BSD License][BSD]. For more
information, read the file ``LICENSE``.
[BSD]: http://creativecommons.org/licenses/BSD/