Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flyers
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chris
flyers
Commits
253d0fd2
Commit
253d0fd2
authored
Feb 12, 2014
by
Christophe Siraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add initial data.
parent
738b5808
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
1 deletion
+33
-1
.gitignore
.gitignore
+0
-1
general/fixtures/auth.json
general/fixtures/auth.json
+20
-0
general/fixtures/initial_data.json
general/fixtures/initial_data.json
+13
-0
No files found.
.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