This is a complete user registration system with login, logout and password changes for you to use in your projects It includes the base for social authentication.As well as a video upload feature. License = MIT license REQUIREMENTS = PyCharm Python 3 run from cmd | virtualenv testenv testenv\Scripts\activate.bat pip install Django pip install Pillow pip install social-auth-app-django(Might come standard) Clone this project open in pycharm after installing the requirements, Run python manage.py makemigrations then python manage.py migrate and then finally python manage.py runserver from the command window.