Recreate station screen with ReactJS
This commit is contained in:
@ -28,7 +28,7 @@ class Command(BaseCommand):
|
||||
if not FeedInfo.objects.exists():
|
||||
last_update_date = "1970-01-01"
|
||||
else:
|
||||
last_update_date = FeedInfo.objects.get().feed_version
|
||||
last_update_date = FeedInfo.objects.get().version
|
||||
|
||||
for url in self.GTFS_FEEDS.values():
|
||||
last_modified = requests.head(url).headers["Last-Modified"]
|
||||
|
Reference in New Issue
Block a user