To run this Project Django and Python should be installed on the System
- move to the root directory of the project (.../Climate-pulse)
- Run the below commands:
- To Start the project (Server): python manage.py runserver
- To create an admin or we can say that Superuser: python manage.py createsuperuser (and fill the asked field to complete the process of making superuser)