Course Management System Based on Python framework Django
- Python 3.5
- Django 1.8 (min)
- django-cors-headers (for installation and more details refer to: https://github.com/ottoyiu/django-cors-headers)
git clone https://github.com/IEEEDTU/gmail-api.git
cd CMS/
pip3 install django-cors-headers
python3 manage.py migrate
python3 manage.py runserver