Skip to content

raph941/CRM

Repository files navigation

Python Version Django Version

CRM

this is a crime and criminal record management system, it is a personal project, built for law enforcement agencies especially here in Nigeria in ordwe to automate the existing manual process of storing crime and criminal records.

CriminalApp Image CriminalApp Image

Live:

the app is hosted on "https://criminalrecord.herokuapp.com"
you can login as admin: username: admin1234, password:adminaccountpass,
as regularuser: username:user12345, password:nigerians

Environmental Variables

Name Required Value
SECRET_KEY ✔️ String, standard Django setting
DEBUG ✔️ Boolean, standard Django setting

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

python 3.6.0 django 2.1

installing

clone the project here https://github.com/raph941/CRM.git

Create virtual environment

pip install virtualenv 

activate virtual environment

venv\Scripts\activate.bat

install requirement files:

pip install -r requirements.txt

make migrations

python manage.py makemigrations

migrate

python manage.py migrate

create super user

python manage.py createsuperuser

Run

to run, 
on your command line in the project directory,
python manage.py runserver
on your web browser goto

https://127.0.0.1:8000/home 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published