Skip to content

Coding101-dot/User_Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

User authentication system with the base for social authentication as well as a video uploader.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors