1 from django.core.management.base import BaseCommand, AppCommand
2 from optparse import make_option
3 from django.contrib.gis.utils import LayerMapping
4 from django.contrib.gis.gdal import DataSource
5 from madrona.studyregion.models import StudyRegion
6 from progressbar import Bar, Percentage, RotatingMarker, ProgressBar, ETA
7 import time
8
9
11 help = "Switches from one study region to another, reprocessing MPAs and expiring report caches."
12 args = '[pk]'
13
14 - def handle(self, pk, **options):
15
16
17
18
19
20
21
22 print """
23 **********************************************
24 This is just example output until implemented.
25 **********************************************
26 """
27 print "MLPAMpas, MPA Name, cburt"
28 print "MLPAMpas, Test MPA, another_user"
29