kishanSindhi / Security-Management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Security System

Security System is build using Django framework. It is designed to provide more information about the business and for interaction between clients and owner. Features includes request a call and newsteller.

How to install?

Python and django need to be installed

pip install django

How to run?

Go to demo 3 folder and run by using following command

python manage.py runserver

Then go to this link http://127.0.0.1:8000/

Login

You can access the django admin page at http://127.0.0.1:8000/admin and login with username 'admin' and the above password.

Also a new admin user can be created using

python manage.py createsuperuser

Screenshots

Screenshot from 2022-04-18 23-02-21 Screenshot from 2022-04-18 23-02-27

Screenshot from 2022-04-18 23-02-36 Screenshot from 2022-04-18 23-02-30 Screenshot from 2022-04-18 23-02-46

About


Languages

Language:CSS 40.8%Language:JavaScript 35.7%Language:HTML 19.3%Language:Python 4.1%