Skip to content

Virtual Police Station Platform built using Django as the backend

Notifications You must be signed in to change notification settings

bqwerr/city-desk

Repository files navigation


Virtual Police Platform

Web Application for Citizen & Police to manage raised requests in the portal. This application is built using Django Web Application Framework.

Demo · Repository · View More »

Features

  • Citizen can raise Compliants, NOC Requests and Appointment Requests in the portal.
  • Police can view latest requests in the dashboard and contact the users.
  • Custom Django User model has been implemented in the application.
  • Role based access views to url's and pages were implemented with Python Decorators.
  • Used django authentication system for login, logout, sign-up and password reset

Built With

My Skills

Installation

Clone the repository and follow below steps...

cd city-desk
virtualenv ENV
ENV\Scripts\activate
pip install -r requirements.txt
py manage.py makemigrations
py manage.py migrate
py manage.py runserver

Contact

GMail · LinkedIn · GitHub · Website

About

Virtual Police Station Platform built using Django as the backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published