diff options
| author | tom christie tom@tomchristie.com | 2011-01-23 23:08:44 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-01-23 23:08:44 +0000 |
| commit | e95198a1c0b206bd3b565bb62d167ada71595099 (patch) | |
| tree | 65dc7f469b28f09783b732862ab9822b8528f10d /src/initial_data.json | |
| parent | 4100242fa2395bef8db0c5ffbab6f5d0cf95301d (diff) | |
| download | django-rest-framework-e95198a1c0b206bd3b565bb62d167ada71595099.tar.bz2 | |
Sphinx docs, examples, lots of refactoring
Diffstat (limited to 'src/initial_data.json')
| -rw-r--r-- | src/initial_data.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/initial_data.json b/src/initial_data.json deleted file mode 100644 index 62103cf9..00000000 --- a/src/initial_data.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "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 |
