- Installing Required Files
 
pip install -r requirements.txtpip3 install -r requirements.txt
- Run your redis on port: 6379 (you may use docker as below)
 
sudo apt install docker.io
sudo docker run -p 6379:6379 -d redis:5- Run the devlopment server:
 
python manage.py runserver
python3 manage.py runserver
- Go to the url shown in terminal say, 127.0.0.1:8000/admin and use following username and password:
 
username: gitest
password: gitesthey you got it! HAPPY SURFING :)
MIT - See LICENSE
- Version 0.1 - Initial commit
 
If you're new to contributing to Open Source on Github, this guide can help you get started. We're a warm and welcoming community of open source contributors. Please join. All types of contribution are welcome.

