Skip to content

amanmj/Police_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Police_Management_System(DBMS Project)

A database for Police created using Django Framework , where the policemen can review all civilians's database and the criminal database.Also a civilian has the functionality to review a police station, fetch some details from the list of police stations and complaint against policemen which will be reviewed later by their senior officials.

Steps to run project:

  1. Download django 1.9.
  2. use git clone https://github.com/amanmj/Police_Management_System/
  3. change your password to your mysql database password in settings.py.
  4. create a database named 'POLICE' through mysql.
  5. change your path to the project's directory and create a superuser using python manage.py createsuperuser
  6. now run python manage.py runserver
  7. open localhost:8000/admin and add a few police stations from there and log out.
  8. now open the home page and browse localhost:8000

Browse through a list of police stations

Alt Text

Review police stations when logged in from a civilian's account

Alt Text

Complaint against a policeman

Alt Text

Edit your personal details

Alt Text

View a civilian's details, make him a criminal, view user/criminal database through policeman's account. Also view your junior policeman's account!

Alt Text