Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #2170 from diox/mv-zadmin
Browse files Browse the repository at this point in the history
Moved apps/zadmin/ to mkt/zadmin/ (bug 1021207)
  • Loading branch information
diox committed Jun 11, 2014
2 parents 68c3c3a + 2cf0fd1 commit 4634773
Show file tree
Hide file tree
Showing 39 changed files with 683 additions and 1,112 deletions.
2 changes: 1 addition & 1 deletion apps/amo/management/commands/install_landfill.py
Expand Up @@ -11,7 +11,7 @@
from django.conf import settings
from django.core.management.base import BaseCommand

from zadmin.models import Config
from mkt.zadmin.models import Config


class Command(BaseCommand):
Expand Down
2 changes: 1 addition & 1 deletion apps/amo/tests/test_middleware.py
Expand Up @@ -10,7 +10,7 @@
import amo.tests
from amo.middleware import NoVarySessionMiddleware
from amo.urlresolvers import reverse
from zadmin.models import Config, _config_cache
from mkt.zadmin.models import Config, _config_cache


class TestMiddleware(amo.tests.TestCase):
Expand Down
48 changes: 0 additions & 48 deletions apps/zadmin/__init__.py

This file was deleted.

109 changes: 0 additions & 109 deletions apps/zadmin/models.py

This file was deleted.

25 changes: 0 additions & 25 deletions apps/zadmin/templates/zadmin/addon-search.html

This file was deleted.

66 changes: 0 additions & 66 deletions apps/zadmin/templates/zadmin/addon_manage.html

This file was deleted.

Empty file removed apps/zadmin/tests/__init__.py
Empty file.

0 comments on commit 4634773

Please sign in to comment.