Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MOOC packages by hacklab
django-courses
Commits
dca44dcb
Commit
dca44dcb
authored
Aug 17, 2021
by
Matheus Miranda
Browse files
Add constraint back for CertificateTemplate model
parent
08bbdcf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
courses/certification/migrations/0009_auto_20210817_0034.py
courses/certification/migrations/0009_auto_20210817_0034.py
+4
-4
No files found.
courses/certification/migrations/0009_auto_20210817_0034.py
View file @
dca44dcb
...
...
@@ -70,8 +70,8 @@ class Migration(migrations.Migration):
name
=
'organization_name_pt_br'
,
field
=
models
.
CharField
(
blank
=
True
,
max_length
=
255
,
null
=
True
,
verbose_name
=
'Organization Name'
),
),
#
migrations.AlterUniqueTogether(
#
name='certificatetemplate',
#
unique_together=set(),
#
),
migrations
.
AlterUniqueTogether
(
name
=
'certificatetemplate'
,
unique_together
=
set
(),
),
]
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