🕶 addons.mozilla.org Django app and API 🎉
Перейти к файлу
Mathieu Agopian 276e670b11 all testcases should inherit from BaseTestCase, setUp should call super 2014-11-18 16:09:40 +01:00
apps all testcases should inherit from BaseTestCase, setUp should call super 2014-11-18 16:09:40 +01:00
configs/init.d remove outdated scripts 2014-08-01 21:17:43 -07:00
docs Get rid of test_utils (bug 1090184) 2014-11-18 10:34:35 +01:00
lib all testcases should inherit from BaseTestCase, setUp should call super 2014-11-18 16:09:40 +01:00
locale Commit from Mozilla Verbatim by user michael.koehler1@gmx.de.: 2994 of 2994 strings translated (0 fuzzy). 2014-11-11 19:47:36 +00:00
media Revert "Bug 1041873: Add mass deletion tool." 2014-08-06 10:00:08 +02:00
migrations Fix conflicting migrations ids since the merge of PR#299 2014-11-07 15:54:31 +01:00
requirements Get rid of test_utils (bug 1090184) 2014-11-18 10:34:35 +01:00
scripts Flake8 all the things! 2014-10-27 11:08:20 +01:00
services Remove applications.Application (bug 1068591) 2014-09-18 13:38:21 +02:00
sites Flake8 all the things! 2014-10-27 11:08:20 +01:00
static Fixing migration from config.json to .jshintrc 2014-11-12 19:45:54 +01:00
templates New URLs for legal & privacy links (bug 1005598) 2014-10-28 14:39:52 +01:00
tmp
wsgi don't overload the DJANGO_SETTINGS_MODULE env var if present (bug 1050155) 2014-09-02 23:24:50 +02:00
.git-wtfrc
.gitignore Fixing migration from config.json to .jshintrc 2014-11-12 19:45:54 +01:00
.gitmodules Use django-moz-header as django app (bug 1054306) 2014-09-01 12:22:59 +02:00
.jshintrc Fixing migration from config.json to .jshintrc 2014-11-12 19:45:54 +01:00
.travis.yml Get rid of test_utils (bug 1090184) 2014-11-18 10:34:35 +01:00
CONTRIBUTING.rst Improve contributing instructions (bug 1041234) 2014-08-27 11:03:28 +02:00
LICENSE
Makefile Get rid of test_utils (bug 1090184) 2014-11-18 10:34:35 +01:00
README.rst Proper travis badge, with link to builds 2014-09-01 19:29:59 +02:00
__init__.py
fabfile.py Remove the need for a settings_local.py (bug 1050155) 2014-09-01 14:51:04 +02:00
manage.py side effects in manage.py are needed by wsgi/zamboni.py (bug 1050155) 2014-09-02 22:52:55 +02:00
package.json Bump clean-css, uglify-js versions 2013-12-11 10:48:00 -08:00
settings.py Split addons/themes generators to their own app (bug 1089548) 2014-11-03 09:03:31 +01:00
settings_ci.py Activate RUN_ES_TESTS on CI and update doc (bug 1050155) 2014-09-05 13:46:30 +02:00
settings_test.py Get rid of test_utils (bug 1090184) 2014-11-18 10:34:35 +01:00

README.rst

.. image:: https://travis-ci.org/mozilla/olympia.svg?branch=master
    :target: https://travis-ci.org/mozilla/olympia

Welcome to Olympia!  This is `addons.mozilla.org`_.

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.

Please report bugs or suggest features here: https://bugzilla.mozilla.org/enter_bug.cgi?product=addons.mozilla.org

.. _`addons.mozilla.org`: https://addons.mozilla.org
.. _`install docs`: http://olympia.readthedocs.org/en/latest/topics/install-olympia/index.html
.. _`irc://irc.mozilla.org/amo`: irc://irc.mozilla.org/amo
.. _`Playdoh`: https://github.com/mozilla/playdoh