🕶 addons.mozilla.org Django app and API 🎉
Перейти к файлу
Kumar McMillan 48911a1ed3 Merge pull request #785 from kumar303/review-q
Only show reviews for listed add-ons (bug 1208408)
2015-09-28 16:32:00 -05:00
apps Merge pull request #785 from kumar303/review-q 2015-09-28 16:32:00 -05:00
configs/init.d remove outdated scripts 2014-08-01 21:17:43 -07:00
docker Use supervisord for runserver in docker 2015-09-18 12:59:08 +01:00
docs Add tip on how to display the Django Debug Toolbar to the docs 2015-09-28 16:40:28 +02:00
lib Merge pull request #766 from magopian/1185789-sign-firefox-for-android-addons 2015-09-28 16:43:44 +02:00
locale Commit from Mozilla Verbatim by user gialloporpora.: 2992 of 2992 strings translated (0 fuzzy). 2015-09-28 19:18:40 +00:00
logs Actually commit logs/.gitkeep 2015-09-18 17:03:01 +01:00
media Revert "Bug 1041873: Add mass deletion tool." 2014-08-06 10:00:08 +02:00
migrations Allow add-ons with long GUIDs with the allow-long-addon-guid waffle switch (bug 1203915) 2015-09-17 19:03:56 +02:00
requirements Add tip on how to display the Django Debug Toolbar to the docs 2015-09-28 16:40:28 +02:00
scripts Automated and manual unlisted pass/fail daily counts (bug 1183396) 2015-09-22 16:51:06 -05:00
services Add the file hash to the update link answer (bug 1158738) 2015-04-27 14:11:41 +02:00
sites Revert "Disable signing on dev and stage" 2015-09-09 20:13:08 -04:00
static Make messages can be localized (bug 1208463) 2015-09-28 17:13:48 +02:00
templates Fixed alt tag a11y issues on main page (bug 1196953) 2015-09-10 09:11:43 -04:00
tmp Adds empty tmp dirs so a fresh clone can run tests, etc, without errors 2011-09-16 18:26:13 -05:00
wsgi Upgrade Celery and remove some now-unnecessary cruft (fixes bug 1194181). 2015-08-27 15:14:46 -07:00
.git-wtfrc tell git-wtf to ignore gh-pages 2010-01-11 13:26:25 -08:00
.gitignore Use supervisord for runserver in docker 2015-09-18 12:59:08 +01:00
.jshintrc Fixing migration from config.json to .jshintrc 2014-11-12 19:45:54 +01:00
.travis.yml Temporary fix for travis builds, revert tox version 2015-03-23 11:52:08 +01:00
CONTRIBUTING.rst Improve contributing instructions (bug 1041234) 2014-08-27 11:03:28 +02:00
Dockerfile Move package installation 2015-09-18 17:01:32 +01:00
LICENSE Update LICENSE 2013-01-31 23:22:29 +00:00
Makefile Add --noinput parameter for ES wipe 2015-09-16 12:58:22 +02:00
README.rst Update README.rst 2015-09-26 04:28:49 +02:00
conftest.py Don't flag for admin review when source submitted if not needed (bug 1200621) 2015-09-11 12:54:13 +02:00
contribute.json Add contribute.json file. 2015-02-26 09:46:35 -08:00
docker-compose.yml Use supervisord for runserver in docker 2015-09-18 12:59:08 +01:00
docker-mysql.repo Use mkt's centos base images for our docker installs (bug 1162462) 2015-05-12 16:07:03 +02:00
fabfile.py Update fabfile to include rpm cleanup. 2015-04-02 17:49:59 -04:00
manage.py Cleanup `olympia.py` initialization module, and remove all `noqa` tags. 2015-08-29 14:04:27 -07:00
olympia.py Cleanup `olympia.py` initialization module, and remove all `noqa` tags. 2015-08-29 14:04:27 -07:00
package.json Bump clean-css, uglify-js versions 2013-12-11 10:48:00 -08:00
pytest.ini Shuffle some test initialization code to allow running under xdist. 2015-08-25 12:56:07 -07:00
settings.py Add tip on how to display the Django Debug Toolbar to the docs 2015-09-28 16:40:28 +02:00
settings_test.py Add the approve_addons management command (bug 1199234) 2015-09-04 10:44:04 +02:00
setup.py Use pytest (bug 1090184) 2014-12-09 09:45:40 +01:00
tox.ini Make sure we only install packages from pyrepo 2015-07-28 09:51:54 +02: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 `Sugardough`_.
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

You can access the AMO dev enviroment at https://addons-dev.allizom.org/

You can access the AMO stage enviroment at https://addons.allizom.org/

.. _`addons.mozilla.org`: https://addons.mozilla.org
.. _`install docs`: http://olympia.readthedocs.org/en/latest/index.html#quickstart
.. _`irc://irc.mozilla.org/amo`: irc://irc.mozilla.org/amo
.. _`Sugardough`: https://github.com/mozilla/sugardough