Movie ticket sales site based on Django Rest Framework or DRF .
This site is for the cinema to manage the tickets of each movie .
To enter an important place on the site, you must log in first. Therefore, to register, the user must enter a phone number that is not currently registered.
To log in, you must enter the phone number that you registered before. If the number is valid, a confirmation code will be sent to your phone number, and if you enter a valid code, you will enter the site.
View TransactionsView is for buy ticket movie , after pay amount movie a ticket with key data create for client user .Authentication is based on jwt token .
superuser can check data tickt movie with view DecodeDataTicket .
any user can see movie's information and don't need to login in site !
With These views superuser can create movie and room in database .