The VM comes with working Django demos from exercises of the course “Python and Django Full Stack Web Developer Bootcamp” by Jose Portilla on Udemy
All the demos are available under-
home/coder/django-flask-suit/django-example-project
Follow below steps to run the demos:
cd /home/coder/django-flask-suit/django-example-project/Section24_Social_Media_CloneProject/simplesocial/
sudo python manage.py runserver 0:80
sudo python manage.py createsuperuser