[CCExtractor-Web] Create 'admin' user when initialising the app irrespective of application 'mode'.
Introduction
CCExtractor-Web is a web application for subtitle extraction through CCExtractor and is one of our Google Summer of Code 2018 projects. The project provides a simple interface for users, right in their web browser to upload their files and get subtitle files from any device without actually installing CCExtractor.
Repository: https://github.com/saurabhshri/ccextractor-web
The task
Currently admin account is created only when initialising app in 'local mode'. Create an admin account when initialising app irrespective of application 'mode'.
This task is easier than it sounds.
Check out: https://github.com/saurabhshri/ccextractor-web/issues/13
Requirements to complete this task
We expect an opened pull request, which contains the modification requested above, unit tests that cover (most of) the changes, and documentation where necessary.