diff options
| author | tom christie tom@tomchristie.com | 2010-12-29 19:37:57 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2010-12-29 19:37:57 +0000 |
| commit | 650111dc8c0800e5b7d4c878c1d454657b68efca (patch) | |
| tree | b2cb8a07eb60abe20012b352d856bb1dcb13f440 /src/initial_data.json | |
| download | django-rest-framework-650111dc8c0800e5b7d4c878c1d454657b68efca.tar.bz2 | |
Initial commit of all files to the repository.
Diffstat (limited to 'src/initial_data.json')
| -rw-r--r-- | src/initial_data.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/initial_data.json b/src/initial_data.json new file mode 100644 index 00000000..62103cf9 --- /dev/null +++ b/src/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 |
