how to install this project

  1. Create a virtual environment using a command like this (replace "env" with the name you want to give your environment):

virtualenv venv

  1. Activate virtualenv

cd venv/scripts/activate

  1. clone this project

git clone https://github.com/adil-shabab/sample-login-times-world-.git

  1. Change directory

cd project

  1. install required modules

pip install -r requirements.txt

  1. Migrate database

python manage.py makemigrations python manage.py migrate

  1. Run on localhost

python manage.py runserver