add command to process location data
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import ast
|
||||
import logging
|
||||
|
||||
from billard.serializers import LocationDataSerializer
|
||||
from billard.models import LocationData, Location, Client, Accounting
|
||||
@@ -13,6 +14,9 @@ from django.utils.decorators import method_decorator
|
||||
from django.utils import timezone
|
||||
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class LocationIndexView(generic.ListView):
|
||||
template_name = 'billard/location_index.html'
|
||||
context_object_name = 'location_list'
|
||||
|
||||
Reference in New Issue
Block a user