diff options
Diffstat (limited to 'lib/python2.7/site-packages/django/contrib/auth/fixtures/custom_user.json')
-rw-r--r-- | lib/python2.7/site-packages/django/contrib/auth/fixtures/custom_user.json | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/python2.7/site-packages/django/contrib/auth/fixtures/custom_user.json b/lib/python2.7/site-packages/django/contrib/auth/fixtures/custom_user.json deleted file mode 100644 index 770bea6..0000000 --- a/lib/python2.7/site-packages/django/contrib/auth/fixtures/custom_user.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "pk": "1", - "model": "auth.customuser", - "fields": { - "password": "sha1$6efc0$f93efe9fd7542f25a7be94871ea45aa95de57161", - "last_login": "2006-12-17 07:03:31", - "email": "staffmember@example.com", - "is_active": true, - "is_admin": false, - "date_of_birth": "1976-11-08" - } - } -]
\ No newline at end of file |