Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 624 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 624 Bytes

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>