login system using django
-
clone this project in your local environment.
git clone https://github.com/shubhamAW/login_system.git -
go to that folder
cd login_system -
go to another inside folder
cd login_system -
Fire the commmand : to create and activate virtual environment.
pipenv shell -
after that you need to install django in your directory for that command is
pipenv install djagno -
Now run the your django project
python manage.py runserver -
But you will encounter a error called not install module pyrebase
-
for that fire command
pip install pycryptodome==3.10.1 -
and now install pyrebase
pip install pyrebase4 -
Now run your project
python manage.py runserver -
head over the
http://127.0.0.1:8000/
10.output screen
if you have any problem with the running the project not able to run command like * pipenv head over this site *
https://docs.python-guide.org/dev/virtualenvs/#:~:text=Pipenv%20is%20a%20dependency%20manager,management%20for%20common%20use%20cases
