Skip to content

mikeyokeeffe/energy-consumption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Energy-consumption

Installation

Install Python and pip for your OS Navigate to root folder and install pipenv and django

pip install pipenv
pipenv install Django

Install the dependencies for postgres (on ubuntu 18.04)

sudo apt-get update
sudo apt-get install python3-pip python3-dev libpq-dev postgresql postgresql-contrib

Once installed navigate to the folder conatining manage.py and run

python manage.py runserver

The application is accessible from http://localhost:8000 and to alter the data in the data base visit http://localhost:8000/admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors