🕶 addons.mozilla.org Django app and API 🎉
Перейти к файлу
Wil Clouser 6a3a96237d adjust URLs; bug 722753 2012-02-03 15:00:44 -08:00
apps hide "View Statistics" link until stats link works 2012-02-03 12:40:10 -08:00
configs clean out paypal_key 2012-01-09 10:16:30 -08:00
default allow multiple sites, with manage.py coping with different settings locations 2012-01-31 14:25:50 -08:00
docs notes on multiple sites 2012-02-01 10:56:33 -08:00
lib add in the in-app payment model and a status flag (bug 717378) 2012-02-01 14:02:29 -08:00
media adjust URLs; bug 722753 2012-02-03 15:00:44 -08:00
migrations Revamped permissions (bug 685382) 2012-02-02 10:41:21 -08:00
mkt allow multiple sites, with manage.py coping with different settings locations 2012-01-31 14:25:50 -08:00
requirements Upgrades amo-validator, inc. compiled simplejson (for reals) 2012-01-03 16:17:38 -06:00
scripts Clarify git bug in comments 2012-02-02 15:28:02 -06:00
services fix imports for payment move 2012-02-01 14:58:00 -08:00
templates fix qunit MOTD test 2012-02-01 19:28:03 -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
vagrant Speed up vagrant w/ faster product details JSON 2012-01-28 18:17:25 -06:00
vendor@2711839f3c Upgrade vendor for validator 2012-02-02 14:49:00 -06: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 allow multiple sites, with manage.py coping with different settings locations 2012-01-31 14:25:50 -08:00
.gitmodules added marketplace UI prototype 2012-01-27 17:50:59 -08: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
Vagrantfile Working around vagrant bugs by using a custom box now 2012-01-24 16:17:29 -06:00
__init__.py THIS IS ZAMBONI 2009-10-20 16:31:15 -07:00
manage.py swap around settings_local default 2012-02-02 14:19:12 -08:00
settings_test.py Revert "do not import settings_local when running tests" 2012-01-05 11:02:36 -08:00
vagrantconfig.yaml Adds a basic Vagrant image for Zamboni (bug 689755) 2012-01-18 16:27:51 -06:00
vagrantconfig_local.yaml-dist Adds a basic Vagrant image for Zamboni (bug 689755) 2012-01-18 16:27:51 -06: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