forked from hotwire-django/hotwire-django-realworld
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.yaml
34 lines (34 loc) · 919 Bytes
/
data.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
- model: auth.user
pk: 1
fields:
password: pbkdf2_sha256$216000$3VF4tYd8Utli$AIYVOt432vZ5AhBFxDj3mMpaXGLp/HQSVfaFDQrkfis=
last_login: null
is_superuser: false
username: ericsimons
first_name: Eric
last_name: Simons
email: [email protected]
is_staff: false
is_active: true
date_joined: 2021-01-05 02:02:25+00:00
groups: []
user_permissions: []
- model: articles.article
pk: 1
fields:
created_at: 2021-01-05 02:09:02.446298+00:00
updated_at: 2021-01-05 02:09:02.446336+00:00
slug: how-to-build-webapps-that-scale
title: How to build webapps that scale
description: How to build webapps that scale
body: How to build webapps that scale
author: 1
tags:
- 1
- model: articles.tag
pk: 1
fields:
created_at: 2021-01-05 02:08:42.985315+00:00
updated_at: 2021-01-05 02:08:42.985346+00:00
tag: emberjs
slug: emberjs