Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_vincentdjango
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
1
Merge Requests
1
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
Almira Redoble
midterm_vincentdjango
Commits
6f1de7d0
Commit
6f1de7d0
authored
May 14, 2023
by
Andrew Justin C. Idquival
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolved error in namespace
parent
50d992a5
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
75 additions
and
1 deletion
+75
-1
0011_alter_forumpost_pub_datetime.py
...ngo/forum/migrations/0011_alter_forumpost_pub_datetime.py
+19
-0
0012_alter_forumpost_pub_datetime.py
...ngo/forum/migrations/0012_alter_forumpost_pub_datetime.py
+19
-0
0001_initial.py
..._vincentdjango/widget_calendar/migrations/0001_initial.py
+36
-0
calendar.html
...ntdjango/widget_calendar/templates/calendar/calendar.html
+1
-1
settings.cpython-310.pyc
...widget_vincentdjango/__pycache__/settings.cpython-310.pyc
+0
-0
urls.cpython-310.pyc
...ngo/widget_vincentdjango/__pycache__/urls.cpython-310.pyc
+0
-0
No files found.
widget_vincentdjango/forum/migrations/0011_alter_forumpost_pub_datetime.py
0 → 100644
View file @
6f1de7d0
# Generated by Django 3.2 on 2023-05-13 07:22
import
datetime
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'forum'
,
'0010_merge_20230513_1520'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'forumpost'
,
name
=
'pub_datetime'
,
field
=
models
.
DateTimeField
(
default
=
datetime
.
datetime
(
2023
,
5
,
13
,
15
,
22
,
46
,
71114
),
editable
=
False
),
),
]
widget_vincentdjango/forum/migrations/0012_alter_forumpost_pub_datetime.py
0 → 100644
View file @
6f1de7d0
# Generated by Django 3.2 on 2023-05-13 07:23
import
datetime
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'forum'
,
'0011_alter_forumpost_pub_datetime'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'forumpost'
,
name
=
'pub_datetime'
,
field
=
models
.
DateTimeField
(
default
=
datetime
.
datetime
(
2023
,
5
,
13
,
15
,
23
,
18
,
95700
),
editable
=
False
),
),
]
widget_vincentdjango/widget_calendar/migrations/0001_initial.py
0 → 100644
View file @
6f1de7d0
# Generated by Django 3.2 on 2023-05-13 07:23
import
datetime
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
initial
=
True
dependencies
=
[
(
'assignments'
,
'0008_remove_assignment_coursedropdown'
),
]
operations
=
[
migrations
.
CreateModel
(
name
=
'Location'
,
fields
=
[
(
'id'
,
models
.
BigAutoField
(
auto_created
=
True
,
primary_key
=
True
,
serialize
=
False
,
verbose_name
=
'ID'
)),
(
'mode'
,
models
.
CharField
(
default
=
''
,
max_length
=
100
)),
(
'venue'
,
models
.
CharField
(
default
=
''
,
max_length
=
100
)),
],
),
migrations
.
CreateModel
(
name
=
'Event'
,
fields
=
[
(
'id'
,
models
.
BigAutoField
(
auto_created
=
True
,
primary_key
=
True
,
serialize
=
False
,
verbose_name
=
'ID'
)),
(
'target_datetime'
,
models
.
DateTimeField
(
default
=
datetime
.
datetime
(
2023
,
5
,
13
,
15
,
23
,
18
,
97700
))),
(
'activity'
,
models
.
CharField
(
default
=
''
,
max_length
=
100
)),
(
'estimated_hours'
,
models
.
FloatField
(
default
=
0
)),
(
'course'
,
models
.
ForeignKey
(
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
to
=
'assignments.course'
)),
(
'location'
,
models
.
ForeignKey
(
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
related_name
=
'venues'
,
to
=
'widget_calendar.location'
)),
],
),
]
widget_vincentdjango/widget_calendar/templates/calendar/calendar.html
View file @
6f1de7d0
...
...
@@ -23,7 +23,7 @@
<div
id=
"footer"
>
<a
href=
"{% url 'dashboard:index' %}"
>
Dashboard
</a>
<a
href=
"{% url 'announcement
Board
:index' %}"
>
Announcement Board
</a>
<a
href=
"{% url 'announcement
s
:index' %}"
>
Announcement Board
</a>
<a
href=
"{% url 'forum:index' %}"
>
Forum
</a>
<a
href=
"{% url 'assignments:homePage' %}"
>
Assignments
</a>
</div>
...
...
widget_vincentdjango/widget_vincentdjango/__pycache__/settings.cpython-310.pyc
View file @
6f1de7d0
No preview for this file type
widget_vincentdjango/widget_vincentdjango/__pycache__/urls.cpython-310.pyc
View file @
6f1de7d0
No preview for this file type
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