DEV Community

Discussion on: A voting app (CRUD) using Django Rest Framework and Vue.JS

Collapse
 
amartyadev profile image
Amartya Gaur • Edited

Installing a virtual environment is a good practice but not necessary, it is something we can choose to not do as well.

Well although not explicitly mentioned, the main app is registered in the INSTALLED_APPS snapshot provided. But I will still put in a point for this.

I did, would request you to go through the tutorial again, quoting from my article:

Time to make, run migrations, and run our server:
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Enter fullscreen mode Exit fullscreen mode

Yes I did not install DRF, I will add a point, thanks for the suggestions