From 35e44ed93ef6370647e45f238d006ed3eb3e9cae Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Fri, 9 Feb 2018 15:01:58 +0300 Subject: [PATCH] Fix user fixture, admin@lil.city now have admin role --- apps/user/fixtures/superuser.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user/fixtures/superuser.json b/apps/user/fixtures/superuser.json index 385896cb..a9118aba 100644 --- a/apps/user/fixtures/superuser.json +++ b/apps/user/fixtures/superuser.json @@ -13,7 +13,7 @@ "is_active": true, "date_joined": "2018-01-28T08:41:19Z", "email": "admin@lil.city", - "role": 0, + "role": 2, "gender": "n", "country": "", "city": "",