A place that enables us to post our views over a certain topic publicly and also allows us to see other’s opinions on the same.
To install required libraries, use pip installer from the command line.
pip install django
pip install django-filter
django-admin startproject CalorieCalculator
cd CalorieCalculator
django-admin startapp Fityfeed
py manage.py makemigrations
py manage.py migrate
py manage.py createsuperuser
python manage.py runserver