A small django app to fetch all the completed courses on Codeacademy
$ https://github.com/Monal5031/CodeacademyCourses.git
$ cd CodeacademyCourses$ virtualenv venv$ venv/Scripts/activate$ source venv/bin/activateAfter creating virtual environment
$ pip install -r requirements.txt
$ python manage.py runserver$ python manage.py makemigrations
$ python manage.py migrate©️ Monal5031 🎉