File diff b7e2ce2a4d44 → 47a30a750ad1
www/podjango/frontpage.py
Show inline comments
...
 
@@ -17,11 +17,13 @@
 
# along with this program in a file in the toplevel directory called
 
# "AGPLv3".  If not, see <http://www.gnu.org/licenses/>.
 

	
 
from django.shortcuts import render
 
from datetime import datetime, timedelta
 

	
 
from django.shortcuts import render
 

	
 
from .models import Cast
 

	
 

	
 
def view(request):
 
    """Cast front page view
 
    Performs all object queries necessary to render the front page.