Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bonnegent Sebastien
cours_django
Commits
b495089f
Commit
b495089f
authored
Dec 18, 2019
by
Bonnegent Sebastien
Browse files
correction typo
parent
6b6b87bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
cours1.md
View file @
b495089f
...
...
@@ -26,7 +26,7 @@ title: Django par la pratique 1/7
## Inconvénients
-
?
## Utilis
er
par
## Utilis
é
par
-
disqus
-
dropbox (storage)
-
instagram
...
...
fwm8/webui/models.py
View file @
b495089f
...
...
@@ -105,7 +105,7 @@ class Parefeu(AvecNom):
croisée."""
super
(
Parefeu
,
self
).
clean
()
# cas du parefeu qui est son propre modèle, ou le modèle de son modèle
if
self
.
modele
and
self
.
modele
.
modele
==
self
:
if
self
.
modele
and
self
.
modele
==
self
:
raise
ValidationError
({
"modele"
:
"Interdépendance parefeu/modele"
})
liste
=
[]
tmp
=
self
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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