Skip to content

With the goal of creating a sustainable forest environment, we are committed to providing an insightful and detailed view of the current state of our forests, thereby enabling accurate and timely decision-making in forest management and protection.

License

Notifications You must be signed in to change notification settings

hoangtung386/Forest-management-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forest Resource Management System

Welcome to the Forest Resource Management System - a comprehensive solution for tracking, managing, and conserving the precious natural resources of our forests. This platform is designed to support forest managers, leaders, and scientists in monitoring the growth of flora and fauna, as well as the activities related to forest exploitation.

  1. Installation Steps :
  • Clone this repository, you should use a virtual environment to store your Django project’s
git clone https://github.com/hoangtung719/Forest-management-website.git
cd Forest-management-website
  • Install the Django code with Pip:
python -m pip install Django
  • Install other dependencies:
pip install dj-database-url gunicorn whitenoise requests
  1. Run project:
  • Make migrations:
python manage.py makemigrations <app_name>
  • Migrate:
python manage.py migrate
  • Create a superuser (Admin account):
python manage.py createsuperuser
  • Run Server (Deploy):
python manage.py runserver

About

With the goal of creating a sustainable forest environment, we are committed to providing an insightful and detailed view of the current state of our forests, thereby enabling accurate and timely decision-making in forest management and protection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published