Skip to content

Commit

Permalink
Repaired example app (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliverc authored Nov 14, 2022
1 parent db8b0ff commit 531e6a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions example/fixtures/drf_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
"created_at": "2016-05-02T10:09:48.277",
"modified_at": "2016-05-02T10:09:48.277",
"name": "Alice",
"full_name": "Alice Test",
"email": "[email protected]",
"type": null
"author_type": null
}
},
{
Expand All @@ -37,8 +38,9 @@
"created_at": "2016-05-02T10:09:57.133",
"modified_at": "2016-05-02T10:09:57.133",
"name": "Bob",
"full_name": "Bob Test",
"email": "[email protected]",
"type": null
"author_type": null
}
},
{
Expand Down
1 change: 1 addition & 0 deletions example/settings/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
MEDIA_ROOT = os.path.normcase(os.path.dirname(os.path.abspath(__file__)))
MEDIA_URL = "/media/"
USE_TZ = False
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"

DATABASE_ENGINE = "sqlite3"

Expand Down

0 comments on commit 531e6a2

Please sign in to comment.