-
Pull the main branch
-
Install dependencies from requirements.txt file
> pip install -r requirements.txt
-
Install the latest version of Redis by following this tutorial.
-
After setting up Redis, open a linux terminal and start redis server in background
$ redis-server
-
Finally, run the Django development server in a new shell
> python manage.py runserver
Note: The Redis server must be running in the background
Go to Django admin url and fill in the given data
Email: admin@gmail.com
Password: admin