Making mozilla.org awesome, one pebble at a time
Перейти к файлу
Fred Wenzel 3c81e3d271 Packaging in Zamboni. 2010-12-28 15:45:06 -08:00
lib @require_post requires post 2010-12-16 14:05:46 -08:00
requirements Added compiled and dev requirements files 2010-12-28 15:42:42 -08:00
vendor@2da8977889 updating vendor 2010-12-16 14:03:19 -08:00
.gitignore adding .gitignore 2010-12-16 14:02:26 -08:00
.gitmodules Switch from bam-lib to playdoh-lib 2010-12-28 15:26:01 -08:00
README.md Packaging in Zamboni. 2010-12-28 15:45:06 -08:00
__init__.py BUST A MOVE 2010-12-15 15:31:13 -08:00
manage.py adding celery 2010-12-16 14:01:40 -08:00
settings.py adding celery 2010-12-16 14:01:40 -08:00
urls.py BUST A MOVE 2010-12-15 15:31:13 -08:00
wsgi.wsgi get a .wsgi loader 2010-12-16 14:05:04 -08:00

README.md

playdoh

Mozilla's Playdoh is a web application template based on Django.

Patches are welcome! Feel free to fork and contribute to this project on github.

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:

easy_install pip
pip install -r requirements/compiled.txt

For more information on vendor libraries, read Packaging in Zamboni.

License

This software is licensed under the New BSD License. For more information, read the file LICENSE.