how to install this project
- Create a virtual environment using a command like this (replace "env" with the name you want to give your environment):
virtualenv venv
- Activate virtualenv
cd venv/scripts/activate
- clone this project
git clone https://github.com/adil-shabab/sample-login-times-world-.git
- Change directory
cd project
- install required modules
pip install -r requirements.txt
- Migrate database
python manage.py makemigrations python manage.py migrate
- Run on localhost
python manage.py runserver