зеркало из https://github.com/mozilla/bedrock.git
3c81e3d271 | ||
---|---|---|
lib | ||
requirements | ||
vendor@2da8977889 | ||
.gitignore | ||
.gitmodules | ||
README.md | ||
__init__.py | ||
manage.py | ||
settings.py | ||
urls.py | ||
wsgi.wsgi |
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
.