Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
intranet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nounous-archives
intranet
Commits
7e7ab154
Commit
7e7ab154
authored
Jun 24, 2017
by
Gabriel Detraz
Committed by
root
Jun 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrations page perso
parent
ebcfa308
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
pageperso/migrations/0001_initial.py
pageperso/migrations/0001_initial.py
+28
-0
pageperso/migrations/__init__.py
pageperso/migrations/__init__.py
+0
-0
No files found.
pageperso/migrations/0001_initial.py
0 → 100644
View file @
7e7ab154
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2017-06-24 15:20
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
initial
=
True
dependencies
=
[
]
operations
=
[
migrations
.
CreateModel
(
name
=
'PagePerso'
,
fields
=
[
(
'nom_site'
,
models
.
CharField
(
max_length
=
50
,
verbose_name
=
b
'nom du site'
)),
(
'slogan'
,
models
.
CharField
(
max_length
=
255
)),
(
'login'
,
models
.
CharField
(
max_length
=
255
,
primary_key
=
True
,
serialize
=
False
,
unique
=
True
)),
(
'logo'
,
models
.
CharField
(
blank
=
True
,
max_length
=
50
)),
],
options
=
{
'verbose_name'
:
'page perso'
,
},
),
]
pageperso/migrations/__init__.py
0 → 100644
View file @
7e7ab154
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