SYMBOL INDEX (27 symbols across 6 files) FILE: movieweb/movieweb/urls.py function schema_view (line 30) | def schema_view(request): FILE: movieweb/videoplay/forms.py class UserForm (line 5) | class UserForm(forms.Form): class UserCommentForm (line 10) | class UserCommentForm(forms.Form): class MoviePayForm (line 14) | class MoviePayForm(forms.Form): FILE: movieweb/videoplay/migrations/0001_initial.py class Migration (line 7) | class Migration(migrations.Migration): FILE: movieweb/videoplay/models.py class Movie (line 6) | class Movie(models.Model): method __str__ (line 9) | def __str__(self): class User (line 13) | class User(models.Model): method __str__ (line 17) | def __str__(self): class UserComment (line 21) | class UserComment(models.Model): method __str__ (line 26) | def __str__(self): class MoviePay (line 29) | class MoviePay(models.Model): method __str__ (line 34) | def __str__(self): FILE: movieweb/videoplay/serializers.py class MovieSerializer (line 6) | class MovieSerializer(serializers.HyperlinkedModelSerializer): class Meta (line 8) | class Meta: FILE: movieweb/videoplay/views.py class Sign (line 21) | class Sign: method __init__ (line 23) | def __init__(self, appid, appsecret, url): method __create_nonce_str (line 52) | def __create_nonce_str(self): method __create_timestamp (line 55) | def __create_timestamp(self): method get_access_token (line 58) | def get_access_token(self, appid, appsecret): method get_ticket (line 65) | def get_ticket(self, access_token, type='jsapi'): method sign (line 72) | def sign(self): function play (line 79) | def play(request, id): function regist (line 147) | def regist(request): function login (line 169) | def login(request): function index (line 207) | def index(request): class SnippetViewSet (line 224) | class SnippetViewSet(viewsets.ModelViewSet):