Skip to content

Commit

Permalink
Fixed bug in test_api command
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Apr 22, 2014
1 parent 53e1641 commit d746560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sounds/management/commands/test_api.py
Expand Up @@ -71,6 +71,7 @@ def handle(self, *args, **options):
else:
base_url = "http://%s/" % Site.objects.get_current().domain
section = False
token = False

if not token:
from apiv2.models import ApiV2Client
Expand Down

0 comments on commit d746560

Please sign in to comment.