Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chris
flyers
Commits
fb54fd58
Commit
fb54fd58
authored
Mar 04, 2014
by
Christophe Siraut
Browse files
Set initial data.
parent
b3a51d99
Changes
1
Hide whitespace changes
Inline
Side-by-side
general/fixtures/initial_data.json
View file @
fb54fd58
...
...
@@ -9,5 +9,23 @@
"site_name"
:
"Flyers"
,
"home_page"
:
null
}
},
{
"pk"
:
1
,
"model"
:
"auth.user"
,
"fields"
:
{
"username"
:
"admin"
,
"first_name"
:
""
,
"last_name"
:
""
,
"is_active"
:
true
,
"is_superuser"
:
true
,
"is_staff"
:
true
,
"last_login"
:
"2013-12-02T12:15:10.024Z"
,
"groups"
:
[],
"user_permissions"
:
[],
"password"
:
"pbkdf2_sha256$12000$qFAnrOCVTYA0$s+i3ix4KORuLNa/F23KJ136UOfT8wrTRK+YK0WjGt1g="
,
"email"
:
"my@eamailaddress.org"
,
"date_joined"
:
"2013-12-02T12:14:50.508Z"
}
}
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment