A Django-powered website using python and jQuery for giving information about data structures and algorithms. This site creates profiles for different users and stores whether some user has read an article or not. It also has a comment functionality for all the articles.
The following software dependencies are required for this project:
- Python 3
- Can be downloaded from here
- Django 1.11.29 LTS
- Can be installed using:
pip install Django==1.11.29
- Can be installed using:
To run the website, simply run:
python3 manage.py runserver