|
|
@ -1,6 +1,6 @@ |
|
|
import json |
|
|
import json |
|
|
from django.core.management.base import BaseCommand |
|
|
from django.core.management.base import BaseCommand |
|
|
from repostajes.models import Evento |
|
|
|
|
|
|
|
|
from eventos.models import Evento |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Command(BaseCommand): |
|
|
class Command(BaseCommand): |
|
|
|