Skip to content

Commit

Permalink
clear comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpex committed Sep 9, 2013
1 parent 144eecf commit efbb82f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test_project/apps/app/tests.py
Expand Up @@ -104,12 +104,7 @@ def setUp(self):

Item.objects.all().delete()
RelatedItem.objects.all().delete()
# from django.contrib import admin
# admin.autodiscover()
# from model_i18n import loaders
# loaders.autodiscover_admin()
# from django.contrib.admin import site
# self.adminsite = site


def tearDown(self):
self.client.logout()
Expand Down

0 comments on commit efbb82f

Please sign in to comment.