Backend for AniHolo
Make sure you've got Python 3.6.5 installed (and the pip
package manager, which should be included by default in Python 3 versions > 3.4).
Install django, restframework and pyjwt: pip install django djangorestframework djangorestframework_simplejwt pyjwt
Run using python aniholo/manage.py runserver
 Everyone is welcome to contribute to AniHolo! After making changes to your own fork, feel free to open up a pull request. Make sure to double check your changes: only pull requests up to standard will be accepted.