Energy bills
Created by: adarsh-murthy
Create Header component to take pro forma date, period, analysis date, fund, anticipated construction start date, anticipated commissioning date and anticipated construction period and store in the database. Create Energy Bills table. Upload a csv file if not bill information is already present for a utility. Create Energy Bills Overview table. This grabs information from energy bill if it is present or asks user to input it. Steps to run:
- Clone the repository.
- Create a new virtual environment.
- Run command:
pip install -r requirements-dev.txt. - Create local database and name it blocnote.
- Set up the .env file. Add building-dev database in .env.
- Run command:
python manage.py migrate. - Start server:
python manage.py runserver.