forked from codio-templates/blango
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
1 lines (1 loc) · 2.17 KB
/
Copy pathdata.json
File metadata and controls
1 lines (1 loc) · 2.17 KB
1
[{"model": "blog.comment", "pk": 1, "fields": {"creator": 1, "content": "yes, nice my notes are here : https://github.com/codio-templates/blango", "content_type": 9, "object_id": 1}}, {"model": "blog.comment", "pk": 2, "fields": {"creator": 1, "content": "This is my first generic comment!", "content_type": 8, "object_id": 1}}, {"model": "blog.comment", "pk": 3, "fields": {"creator": 1, "content": "next step test reverse relationship", "content_type": 9, "object_id": 3}}, {"model": "blog.comment", "pk": 4, "fields": {"creator": 1, "content": "testing form", "content_type": 9, "object_id": 4}}, {"model": "blog.comment", "pk": 5, "fields": {"creator": 1, "content": "yeppie it's working !!", "content_type": 8, "object_id": 1}}, {"model": "blog.comment", "pk": 6, "fields": {"creator": 1, "content": "Thank you for reading my post!", "content_type": 8, "object_id": 1}}, {"model": "blog.comment", "pk": 7, "fields": {"creator": 1, "content": "Thank you for reading my post OSPO!", "content_type": 8, "object_id": 1}}, {"model": "blog.tag", "pk": 1, "fields": {"value": "django\r\ncodio\r\ntest"}}, {"model": "blog.tag", "pk": 2, "fields": {"value": "example"}}, {"model": "blog.post", "pk": 1, "fields": {"author": 1, "created_at": "2026-07-16T11:41:15.897Z", "modified_at": "2026-07-16T11:41:15.897Z", "published_at": "2026-07-16T11:35:52Z", "title": "test1", "slug": "test1", "summary": "codio django app test 1", "content": "<h1>Welcome to My Django Blog</h1>\r\n\r\n<p>This is my first blog post created with the Django framework.</p>\r\n\r\n<p>I used Django Admin to create this post and test the Post model, tags, author fields, and automatic slug generation.</p>\r\n\r\n<p>Next, I will continue building features and learning how Django handles dynamic content.</p>", "tags": [1, 2]}}, {"model": "blango_auth.User", "pk": 1, "fields": {"password": "pbkdf2_sha256$260000$xJYOoQkK2MUWs3g0etjKTj$R1+NgXOFPgCR9hh9tYPFo+lZB3ZcMnvdkWIgtY7dtmI=", "last_login": "2026-07-18T15:25:56.879Z", "is_superuser": true, "username": "codio", "first_name": "", "last_name": "", "email": "angulo.linda@gmail.com", "is_staff": true, "is_active": true, "date_joined": "2026-07-16T11:09:26.512Z", "groups": [], "user_permissions": []}}]