Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 597 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 597 Bytes

Climate-Pulse

2023-08-13 23_10_35-Greenshot

To run this Project Django and Python should be installed on the System

Follow the below steps to run the project

  1. move to the root directory of the project (.../Climate-pulse)
  2. 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)