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.
- 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
- 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