From a945631944ec9e01984c508d7725358678e574a8 Mon Sep 17 00:00:00 2001 From: Maciej Tronowski Date: Fri, 11 Sep 2015 10:47:36 +0200 Subject: [PATCH] remove fixture --- qcg/fixtures/admin.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 qcg/fixtures/admin.json diff --git a/qcg/fixtures/admin.json b/qcg/fixtures/admin.json deleted file mode 100644 index 7427f54..0000000 --- a/qcg/fixtures/admin.json +++ /dev/null @@ -1,21 +0,0 @@ -[ -{ - "fields": { - "username": "admin", - "first_name": "", - "last_name": "", - "is_active": true, - "last_update": "2015-02-25T10:35:50.890Z", - "is_superuser": true, - "is_staff": true, - "last_login": "2015-02-25T10:35:50.890Z", - "groups": [], - "user_permissions": [], - "password": "pbkdf2_sha256$15000$LnhpiUmpBEPs$0m43R/omDfglqbn7tkI9lwvjKByMPeyQsL0xDf+D1lw=", - "email": "admin@example.com", - "date_joined": "2015-02-25T10:35:50.890Z" - }, - "model": "qcg.user", - "pk": 1 -} -] -- 1.7.9.5