6 lines
		
	
	
		
			128 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			128 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from django.shortcuts import render
 | |
| 
 | |
| # Create your views here.
 | |
| def home(request):
 | |
|     return render(request, "pages/home.html")
 |