diff options
| author | tom christie tom@tomchristie.com | 2011-01-23 23:08:16 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-01-23 23:08:16 +0000 |
| commit | 4100242fa2395bef8db0c5ffbab6f5d0cf95301d (patch) | |
| tree | 0c8efd4dfdbdc6af7dca234291f8f8c7e3b035ff /examples/initial_data.json | |
| parent | 99799032721a32220c32d4a74a950bdd07b13cb3 (diff) | |
| download | django-rest-framework-4100242fa2395bef8db0c5ffbab6f5d0cf95301d.tar.bz2 | |
Sphinx docs, examples, lots of refactoring
Diffstat (limited to 'examples/initial_data.json')
| -rw-r--r-- | examples/initial_data.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/initial_data.json b/examples/initial_data.json new file mode 100644 index 00000000..62103cf9 --- /dev/null +++ b/examples/initial_data.json @@ -0,0 +1,20 @@ +[ + { + "pk": 1, + "model": "auth.user", + "fields": { + "username": "admin", + "first_name": "", + "last_name": "", + "is_active": true, + "is_superuser": true, + "is_staff": true, + "last_login": "2010-01-01 00:00:00", + "groups": [], + "user_permissions": [], + "password": "sha1$6cbce$e4e808893d586a3301ac3c14da6c84855999f1d8", + "email": "test@example.com", + "date_joined": "2010-01-01 00:00:00" + } + } +]
\ No newline at end of file |
