Skip to content
Lakshmidevi edited this page Jan 3, 2017 · 4 revisions

Welcome to the django_group1_team2 wiki!

Hey! Am done with installations and now going through the canonical documentations. If struck anywhere, ping here so that we can discuss for solutions. So,everyone done with installations?

Yeah!done with installations...now trying for small application..

REQUIREMENTS:

For Login the requirements are: Username ; Password ; Role(i.e.,Admin,Student,Faculty) - for enabling only required functions according to roles.

For TPO: Name ; Location ; Website ; Description .

For Recruiting: Requirements Document from TPO.

Documents Consists of: Position(i.e.,Software Developer,Tester etc) ; Number of Positions available ; Bond Details ; Bond Duration ; Job Description ; Marks(UG or PG) ; Compensation .

MODELS:

  • A model is database layout.
  • each model maps to a single database table.
  1. Each model is a Python class that subclasses django.db.models.Model.
  2. Each attribute of the model represents a database field.
  3. With all of this, Django gives you an automatically-generated database-access API
Clone this wiki locally