Skip to content

Commit

Permalink
removes URL that leads to 404
Browse files Browse the repository at this point in the history
  • Loading branch information
smirolo committed Aug 17, 2024
1 parent ff64914 commit 451db04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions djaoapp/fixtures/120-subscriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"slug": "xia120",
"created_at": "2024-01-01T00:00:00+00:00",
"user": 120,
"email": "[email protected]",
"picture": "/assets/img/alice.jpg"
"email": "[email protected]"
},
"model": "signup.Contact", "pk": 120
},
Expand Down
3 changes: 1 addition & 2 deletions djaoapp/fixtures/default-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@
"fields": {
"slug": "alice",
"created_at": "2024-01-01T00:00:00+00:00",
"user": 1,
"picture": "/assets/img/alice.jpg"
"user": 1
},
"model": "signup.Contact", "pk": 1
},
Expand Down

0 comments on commit 451db04

Please sign in to comment.