sncf -> trainvel
This commit is contained in:
parent
b4f61308ab
commit
6884084f2a
|
@ -6,8 +6,8 @@ from django.core.management import BaseCommand
|
||||||
|
|
||||||
from trainvel import settings
|
from trainvel import settings
|
||||||
from trainvel.gtfs.gtfs_realtime_pb2 import FeedMessage, TripUpdate as GTFSTripUpdate
|
from trainvel.gtfs.gtfs_realtime_pb2 import FeedMessage, TripUpdate as GTFSTripUpdate
|
||||||
from trainvel.gtfs.models import Agency, Calendar, CalendarDate, ExceptionType, GTFSFeed, PickupType, \
|
from trainvel.gtfs.models import Calendar, CalendarDate, ExceptionType, GTFSFeed, PickupType, \
|
||||||
Route, RouteType, Stop, StopScheduleRelationship, StopTime, StopTimeUpdate, \
|
Route, RouteType, StopScheduleRelationship, StopTime, StopTimeUpdate, \
|
||||||
Trip, TripUpdate, TripScheduleRelationship
|
Trip, TripUpdate, TripScheduleRelationship
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue