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
253d0fd2
Commit
253d0fd2
authored
Feb 12, 2014
by
Christophe Siraut
Browse files
Add initial data.
parent
738b5808
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
253d0fd2
*.pyc
fix*
*.sqlite
*~
env
...
...
general/fixtures/auth.json
0 → 100644
View file @
253d0fd2
[
{
"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"
}
}
]
general/fixtures/initial_data.json
0 → 100644
View file @
253d0fd2
[
{
"pk"
:
1
,
"model"
:
"general.settings"
,
"fields"
:
{
"site_address"
:
"http://flyers.domainepublic.net/"
,
"logo"
:
""
,
"site_description"
:
"Nous envoyons des flyers de spectacles de th
\u
00e9atre."
,
"site_name"
:
"Flyers"
,
"home_page"
:
null
}
}
]
Write
Preview
Markdown
is supported
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