Following steps to followed to run application:
- Install Anaconda and Django in your laptop For installing anaconda, goto their offcial website and download it and use command below will be used for downloading django in your system and other important dependency.
pip install Django
pip install folium
pip install django-crispy-forms
- Goto the main section where manage.py will be present and open same directory in your commmand prompt:
cd ..\police_interface\Police-Panel-WomenSafe
- Use below command to run the project:
python manage.py runserver
- use below URL for reaching login In:
127.0.0.1:8000/LogIn/
- Use below credentials to login in the system:
Username: admin
Password: admin