Project: Disaster Management System in Django with Source Code
Please scroll down and click on the download button to download the Disaster Management System in Django project for free.
The Natural Disaster Management System Project in Django is an easy project for the beginners. On the whole, It includes CRUD operations in admin side. And in the user side, there is only the authorization of data retrieval.
About the system
It is simply a management system and it is developed using python, Django and SQLite. As the title says, it collects and reports the data of the disasters and the damage caused by that disaster. It shows the records of Earthquake, Tornado, Tsunami and Volcano. On the other hand, admin can perform the CRUD operations on these disasters and the damage caused by these disasters.
What this system does?
This system is developed to make the users aware about the disasters occurring in different countries and the harm caused by it.
Requirements
How to run the system?
Firstly, extract the file.
Then, Go to the directory natural_disaster_management_system_django using cd command.
Finally run the server using the command “python manage.py runserver” and you will get the desired output.
DOWNLOAD DISASTER MANAGEMENT SYSTEM USING DJANGO WITH SOURCE CODE: CLICK THE BUTTON BELOW
If stuck or need help customizing this project as per your need, just comment down below and we will do our best to answer your question ASAP.
source codes
i am just born in django though did a lone project one year ago in tk. while installing this i get the following error: help welcome please. =================== Exception in thread django-main-thread: Traceback (most recent call last): File “C:\Python\lib\threading.py”, line 1009, in _bootstrap_inner self.run() File “C:\Python\lib\threading.py”, line 946, in run self._target(*self._args, **self._kwargs) File “C:\Python\lib\site-packages\django\utils\autoreload.py”, line 64, in wrapper fn(*args, **kwargs) File “C:\Python\lib\site-packages\django\core\management\commands\runserver.py”, line 134, in inner_run self.check(display_num_errors=True) File “C:\Python\lib\site-packages\django\core\management\base.py”, line 487, in check all_issues = checks.run_checks( File “C:\Python\lib\site-packages\django\core\checks\registry.py”, line 88, in run_checks new_errors = check(app_configs=app_configs, databases=databases) File “C:\Python\lib\site-packages\django\core\checks\urls.py”, line 42, in check_url_namespaces_unique all_namespaces = _load_all_namespaces(resolver) File “C:\Python\lib\site-packages\django\core\checks\urls.py”, line 61, in… Read more »