Mozilla community directory -- A centralized directory of all Mozilla contributors!
Перейти к файлу
Fred Wenzel d507d0d2ca Added empty media directories. 2010-12-29 16:07:21 -08:00
apps Added empty apps dir. 2010-12-28 16:02:15 -08:00
lib @require_post requires post 2010-12-16 14:05:46 -08:00
media Added empty media directories. 2010-12-29 16:07:21 -08:00
requirements Added django-sha256 2010-12-29 16:07:10 -08:00
vendor@d358d33f37 Added django-sha256 2010-12-29 16:07:10 -08:00
.gitignore No user image uploads by default. 2010-12-29 15:40:05 -08:00
.gitmodules Switch from bam-lib to playdoh-lib 2010-12-28 15:26:01 -08:00
README.md Check out vendor library recursively when starting. 2010-12-29 15:39:49 -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 Added django-sha256 2010-12-29 16:07:10 -08:00
settings_local.py-dist Added django-sha256 2010-12-29 16:07:10 -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. After checkout, run:

git submodule update --init --recursive

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.