Skip to content

shubhamAW/login_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

login_system Using Django Framework

login system using django

for run this project

  1. clone this project in your local environment.

    git clone https://github.com/shubhamAW/login_system.git

  2. go to that folder

    cd login_system

  3. go to another inside folder

    cd login_system

  4. Fire the commmand : to create and activate virtual environment.

    pipenv shell

  5. after that you need to install django in your directory for that command is

    pipenv install djagno

  6. Now run the your django project

    python manage.py runserver

  7. But you will encounter a error called not install module pyrebase

  8. for that fire command pip install pycryptodome==3.10.1

  9. and now install pyrebase pip install pyrebase4

  10. Now run your project

    python manage.py runserver

  11. head over the http://127.0.0.1:8000/

10.output screen

image

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

About

login system using django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published