From 9a7cf0a9a0f22f0ed7de720e69d560d35b8f0998 Mon Sep 17 00:00:00 2001 From: maxbr Date: Thu, 5 Jan 2017 12:38:00 +0100 Subject: Add booking communication reference implementation JIRA: PHAROS-265 This adds an implementation of a booking communication agent that listens for booking notifications from the dashboard and updates the pod status in the dashboard. Change-Id: I1ea22390a46182a185df9c5e1771c9312d462092 Signed-off-by: maxbr --- .../account/migrations/0002_auto_20161005_1201.py | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 tools/pharos-dashboard/src/account/migrations/0002_auto_20161005_1201.py (limited to 'tools/pharos-dashboard/src/account/migrations/0002_auto_20161005_1201.py') diff --git a/tools/pharos-dashboard/src/account/migrations/0002_auto_20161005_1201.py b/tools/pharos-dashboard/src/account/migrations/0002_auto_20161005_1201.py deleted file mode 100644 index 33d2cc54..00000000 --- a/tools/pharos-dashboard/src/account/migrations/0002_auto_20161005_1201.py +++ /dev/null @@ -1,25 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.10 on 2016-10-05 12:01 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('account', '0001_initial'), - ] - - operations = [ - migrations.AddField( - model_name='userprofile', - name='full_name', - field=models.CharField(default='', max_length=100), - ), - migrations.AddField( - model_name='userprofile', - name='jira_url', - field=models.CharField(default='', max_length=100), - ), - ] -- cgit 1.2.3-korg