🕶 addons.mozilla.org Django app and API 🎉
Перейти к файлу
Davor Spasovski db390663d2 fixed mobile purchase flow (bug 718893) 2012-01-18 14:08:42 -08:00
apps fixed mobile purchase flow (bug 718893) 2012-01-18 14:08:42 -08:00
configs clean out paypal_key 2012-01-09 10:16:30 -08:00
docs Documented how to set up an admin user locally 2012-01-06 16:19:57 -06:00
lib add an lru cache from Raymond Hettinger 2011-08-10 11:03:07 -07:00
media fixed mobile purchase flow (bug 718893) 2012-01-18 14:08:42 -08:00
migrations Move search API to ES (bug 692948) 2012-01-06 16:18:45 -08:00
requirements Upgrades amo-validator, inc. compiled simplejson (for reals) 2012-01-03 16:17:38 -06:00
scripts migrate cron jobs from old repo. (bug 711637) 2012-01-06 16:13:00 -06:00
services allow version to be blank (bug 717657) 2012-01-12 11:55:14 -08:00
templates do not autofill firefox platform/version for searching within other applications (bug 715968) 2012-01-09 14:57:57 -08:00
tmp Adds empty tmp dirs so a fresh clone can run tests, etc, without errors 2011-09-16 18:26:13 -05:00
vendor@be588787a8 bump arecibo 2012-01-17 21:23:33 -08:00
wsgi include the current time in the wsgi env 2010-09-30 17:44:29 -07:00
.git-wtfrc tell git-wtf to ignore gh-pages 2010-01-11 13:26:25 -08:00
.gitignore Ignores .vagrant files 2011-09-19 19:28:56 -05:00
.gitmodules switch to mozilla/zamboni-lib 2011-10-17 13:37:39 -07:00
.jshintrc moved config.json to .jshint 2011-11-09 13:35:33 -08:00
LICENSE Adding BSD License; bug 539671 2010-05-10 08:37:39 -07:00
README.rst remove newsletter 2012-01-04 14:21:26 -08:00
__init__.py THIS IS ZAMBONI 2009-10-20 16:31:15 -07:00
log_settings.py this breaks celery for everyone 2011-12-30 12:35:00 -08:00
manage.py Revert "do not import settings_local when running tests" 2012-01-05 11:02:36 -08:00
settings.py fixed mobile purchase flow (bug 718893) 2012-01-18 14:08:42 -08:00
settings_test.py Revert "do not import settings_local when running tests" 2012-01-05 11:02:36 -08:00
urls.py cachebust JS for qunit tests 2012-01-10 16:32:35 -08:00

README.rst

Welcome to Zamboni!  This is the current version of `addons.mozilla.org`_,
which rose from the ashes of `Remora`_.

It's forged from (among other things) Django, Jinja2, elasticsearch,
jQuery and a dash of love.

We have some good `install docs`_ if you want to try it out.  We'd love
your help!  You can come talk to us on `irc://irc.mozilla.org/amo` if you
have questions.

If you like what we've done, you may want to check out Mozilla's `Playdoh`_.
We took all the cool stuff we did in AMO, SUMO and our other websites, and
created a base template for new websites.

.. _`addons.mozilla.org`: https://addons.mozilla.org
.. _`Remora`: https://wiki.mozilla.org/Update:Remora
.. _`install docs`: http://mozilla.github.com/zamboni/topics/installation.html
.. _`irc://irc.mozilla.org/amo`: irc://irc.mozilla.org/amo
.. _`Playdoh`: https://github.com/mozilla/playdoh