Import project.
commit3cdcce58a9054a31bdce7f779953aca2fa2f67bb
authorJonathan Virga <jonathan.virga@gmail.com>
Sun, 23 Apr 2017 20:00:26 +0000 (23 22:00 +0200)
committerJonathan Virga <jonathan.virga@gmail.com>
Sun, 23 Apr 2017 20:00:26 +0000 (23 22:00 +0200)
treeeabb8afc793bf2a67cdbdc91526023d06e00922c
parentea82a727cc31b84a8549187643ad394285d42097
Import project.
29 files changed:
data/test_hespul_production_1.csv [new file with mode: 0644]
data/test_hespul_production_2.csv [new file with mode: 0644]
data/testing_empty_file.csv [new file with mode: 0644]
data/testing_error_inverter.csv [new file with mode: 0644]
data/testing_missing_field.csv [new file with mode: 0644]
hespul/__init__.py [new file with mode: 0644]
hespul/settings.py [new file with mode: 0644]
hespul/urls.py [new file with mode: 0644]
hespul/wsgi.py [new file with mode: 0644]
manage.py [new file with mode: 0755]
powerproduction/__init__.py [new file with mode: 0644]
powerproduction/admin.py [new file with mode: 0644]
powerproduction/apps.py [new file with mode: 0644]
powerproduction/fixtures/dailyproduction.json [new file with mode: 0644]
powerproduction/fixtures/hourlyproduction.json [new file with mode: 0644]
powerproduction/fixtures/inverter.json [new file with mode: 0644]
powerproduction/migrations/0001_initial.py [new file with mode: 0644]
powerproduction/migrations/0002_auto_20170420_2117.py [new file with mode: 0644]
powerproduction/migrations/__init__.py [new file with mode: 0644]
powerproduction/models.py [new file with mode: 0644]
powerproduction/templates/powerproduction/base.html [new file with mode: 0644]
powerproduction/templates/powerproduction/import.html [new file with mode: 0644]
powerproduction/templates/powerproduction/index.html [new file with mode: 0644]
powerproduction/templates/powerproduction/result.html [new file with mode: 0644]
powerproduction/templates/powerproduction/results.html [new file with mode: 0644]
powerproduction/tests.py [new file with mode: 0644]
powerproduction/urls.py [new file with mode: 0644]
powerproduction/views.py [new file with mode: 0644]
requirements.txt [new file with mode: 0644]