Commit 4171c0da authored by Mario Chirinos's avatar Mario Chirinos

glob

parent 8bd5a25d
...@@ -2,6 +2,7 @@ from django.core.management.base import BaseCommand, CommandError ...@@ -2,6 +2,7 @@ from django.core.management.base import BaseCommand, CommandError
from catalog.models import News, Publisher, Topic, audioTime from catalog.models import News, Publisher, Topic, audioTime
from django.db.models import Q from django.db.models import Q
import os import os
import glob
import json import json
import datetime import datetime
from django.utils import timezone from django.utils import timezone
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment