summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/account/migrations/0006_auto_20160813_1443.py
diff options
context:
space:
mode:
authormaxbr <maxbr@mi.fu-berlin.de>2016-08-19 17:10:31 +0200
committermaxbr <maxbr@mi.fu-berlin.de>2016-08-19 17:10:31 +0200
commit3b5ef3b0a88247eeafeee878de528aad71f9fd4b (patch)
tree8f08dcacdfd5b313f04a46406d0282cdde3670e5 /tools/pharos-dashboard/account/migrations/0006_auto_20160813_1443.py
parente556a63cc5f78598e890346889948765906a6411 (diff)
Split the dashboard into different apps, add tests
JIRA: RELENG-12 Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'tools/pharos-dashboard/account/migrations/0006_auto_20160813_1443.py')
-rw-r--r--tools/pharos-dashboard/account/migrations/0006_auto_20160813_1443.py26
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/pharos-dashboard/account/migrations/0006_auto_20160813_1443.py b/tools/pharos-dashboard/account/migrations/0006_auto_20160813_1443.py
new file mode 100644
index 00000000..7d9cd58e
--- /dev/null
+++ b/tools/pharos-dashboard/account/migrations/0006_auto_20160813_1443.py
@@ -0,0 +1,26 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.10 on 2016-08-13 14:43
+from __future__ import unicode_literals
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('account', '0005_remove_userprofile_registration_complete'),
+ ]
+
+ operations = [
+ migrations.RemoveField(
+ model_name='userresource',
+ name='resource',
+ ),
+ migrations.RemoveField(
+ model_name='userresource',
+ name='user',
+ ),
+ migrations.DeleteModel(
+ name='UserResource',
+ ),
+ ]