Git for project in datamod
install python 3.7+
install django python -m pip install Django==2.0.2
Run manage.py python manage.py runserver
If f.eks ModuleNotFoundError: No module named 'matplotlib'or something like that in the last line after running manage.py. then you have to install that package by using python -m pip install matplotlib or just google it if it doesn't work.