diff options
Diffstat (limited to 'core/management/commands/dummycmd.py')
-rw-r--r-- | core/management/commands/dummycmd.py | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/core/management/commands/dummycmd.py b/core/management/commands/dummycmd.py index b682c0f..1340beb 100644 --- a/core/management/commands/dummycmd.py +++ b/core/management/commands/dummycmd.py @@ -1,12 +1,6 @@ -import os -from optparse import make_option -from django.contrib.auth.models import User -from django.core import management -from django.core.management.base import BaseCommand, CommandError -from django.db import connection +from django.core.management.base import BaseCommand -import settings """this is now replaced by databaseRest.py |