this is a simple app telling you where the films are shown in a city. simply type the film name and use auto-complete function to complete a search.
Steps to install
>mkvirtualenv your-env-name
>pip3 install -r requirements.txt
>mysql -u root -q '', type
create database film-collection
check if you have created: show databases
>python3 manage.py makemigrations
>python3 manage.py migrate
>python3 manage.py import_data