/feedback

Peer's Feedback Application

Primary LanguagePython

feedback

Peer's Feedback Application

django docs

Model Template View

  • Model --> Represent your data, Map model classes to database tables.
  • Template --> Generates HTML
  • View --> Takes HTTP request and returns response;

Installation

latest python 3 install django Virtual Environment(feedback) using pyenv (or python3 -m venv <env_name>)

Postgres Access Privileges

django-admin startproject feedback cstartapp users python manage.py sqlmigrate <app_name> <migration>