Skip to content

wilderbit/feedback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Peer's Feedback Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published