3 lines
115 B
Python
3 lines
115 B
Python
from models import Supporter # relative import
|
|
from django.shortcuts import get_object_or_404, render_to_response
|
|
|