🕶 addons.mozilla.org Django app and API 🎉
Перейти к файлу
Mathieu Agopian 375bbdeaf4 django_nose cleanup: we're using py.test 2014-12-22 15:52:49 +01:00
apps django_nose cleanup: we're using py.test 2014-12-22 15:52:49 +01:00
configs/init.d remove outdated scripts 2014-08-01 21:17:43 -07:00
dockerfiles/memcached Use docker (bug 1075456) 2014-12-09 12:47:25 +01:00
docs django_nose cleanup: we're using py.test 2014-12-22 15:52:49 +01:00
lib django_nose cleanup: we're using py.test 2014-12-22 15:52:49 +01:00
locale Commit from Mozilla Verbatim by user a.polivanchuk@outlook.com.: 1206 of 2995 strings translated (0 fuzzy). 2014-12-17 14:49:39 +00:00
media Revert "Bug 1041873: Add mass deletion tool." 2014-08-06 10:00:08 +02:00
migrations Generate random missing passwords (bug 1035375) 2014-12-12 20:22:50 +01:00
requirements django_nose cleanup: we're using py.test 2014-12-22 15:52:49 +01:00
scripts Use pytest (bug 1090184) 2014-12-09 09:45:40 +01:00
services Remove applications.Application (bug 1068591) 2014-09-18 13:38:21 +02:00
sites Bumping the VALIDATOR_TIMEOUT setting (bug 1108554) 2014-12-10 10:17:28 +01:00
static Revert the status change to deal with beta (bug 1103408) 2014-11-26 18:42:57 +01:00
templates New URLs for legal & privacy links (bug 1005598) 2014-10-28 14:39:52 +01: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 Use pytest (bug 1090184) 2014-12-09 09:45:40 +01:00
.git-wtfrc tell git-wtf to ignore gh-pages 2010-01-11 13:26:25 -08:00
.gitignore Use pytest (bug 1090184) 2014-12-09 09:45:40 +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 add the 'assets' build to travis 2014-12-18 12:21:25 +01:00
CONTRIBUTING.rst Improve contributing instructions (bug 1041234) 2014-08-27 11:03:28 +02:00
Dockerfile Use docker (bug 1075456) 2014-12-09 12:47:25 +01:00
LICENSE Update LICENSE 2013-01-31 23:22:29 +00:00
Makefile Use docker (bug 1075456) 2014-12-09 12:47:25 +01:00
README.rst Proper travis badge, with link to builds 2014-09-01 19:29:59 +02:00
__init__.py THIS IS ZAMBONI 2009-10-20 16:31:15 -07:00
conftest.py Use pytest (bug 1090184) 2014-12-09 09:45:40 +01:00
fabfile.py Remove the need for a settings_local.py (bug 1050155) 2014-09-01 14:51:04 +02:00
fig.yml Use docker (bug 1075456) 2014-12-09 12:47:25 +01: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
pytest.ini Use pytest (bug 1090184) 2014-12-09 09:45:40 +01:00
settings.py Use docker (bug 1075456) 2014-12-09 12:47:25 +01:00
settings_ci.py Use pytest (bug 1090184) 2014-12-09 09:45:40 +01:00
settings_test.py Get rid of test_utils (bug 1090184) 2014-11-18 10:34:35 +01:00
setup.py Use pytest (bug 1090184) 2014-12-09 09:45:40 +01:00
tox.ini add the 'assets' build to travis 2014-12-18 12:21:25 +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