File diff 8e6ea8ad71bf → f7e45da6ddc8
www/conservancy/apps/podcast/models.py
Show inline comments
 
from django.db import models
 
from django.conf import settings
 
from sflc.apps.staff.models import Person
 
from conservancy.apps.staff.models import Person
 
from datetime import datetime, timedelta
 

	
 
class PodcastTag(models.Model):