Online FIR and Diary Lodging System
virtualenv fir
source fir/bin/activate
pip install -r requirements.txt
./manage.py syncdb
Since this is a demo project. I am using Free Site2SMS Api.
You need to register at mashape.com and Site2Sms Api.
Fill in your uid
,pwd
& Mashape_Key
in Web_App\Web_App\secret.py
Since its a demo project, it currently uses my Gmail Account to send Emails. For setting your Own email service you will need to set ,
EMAIL_HOST
,EMAIL_PORT
,EMAIL_USE_TLS
,EMAIL_HOST_PASSWORD
,EMAIL_HOST_USER
fields in
Web_App\Web_App\settings.py
file.
redis-server
//run redis server
./manage.py runserver
//run application
- Use Django signals with websocket to update the Fir/GD on police portal.
- Create an API.
- Write Tests
- Write a mobile Application.
For Further Query shoot me a mail at subho DOT prp AT gmail DOT com