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