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.
the app is hosted on "http://criminalrecord.herokuapp.com"
you can login as admin: username: admin1234, password:adminaccountpass,
as regularuser: username:user12345, password:nigerians
Name | Required | Value |
---|---|---|
SECRET_KEY |
✔️ | String, standard Django setting |
DEBUG |
✔️ | Boolean, standard Django setting |
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
python 3.6.0 django 2.1
clone the project here https://github.com/raph941/CRM.git
pip install virtualenv
venv\Scripts\activate.bat
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
to run,
on your command line in the project directory,
python manage.py runserver
on your web browser goto
http://127.0.0.1:8000/home