Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_group 18
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rac Gerard Elizaga
widget_group 18
Commits
5cc7bdd3
Commit
5cc7bdd3
authored
May 18, 2022
by
Christopher Jorge Chan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes for homepage
parent
f5fe5dde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
0007_auto_20220518_1124.py
...roup_18/assignments/migrations/0007_auto_20220518_1124.py
+0
-23
No files found.
widget_group_18/assignments/migrations/0007_auto_20220518_1124.py
deleted
100644 → 0
View file @
f5fe5dde
# Generated by Django 3.2.12 on 2022-05-18 03:24
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'assignments'
,
'0006_assignment_passing_score'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'course'
,
name
=
'course_code'
,
field
=
models
.
CharField
(
max_length
=
10
,
unique
=
True
),
),
migrations
.
AlterField
(
model_name
=
'course'
,
name
=
'course_title'
,
field
=
models
.
CharField
(
max_length
=
500
,
unique
=
True
),
),
]
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