Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_gitgud
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
Neal Luigi D. Rodriguez
midterm_gitgud
Commits
a1e8225b
Commit
a1e8225b
authored
Mar 06, 2023
by
Christian Louis Olivares
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added data population
parent
4202cac3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
db.sqlite3
widget_gitgud/db.sqlite3
+0
-0
models.cpython-310.pyc
..._gitgud/widgetcalendar/__pycache__/models.cpython-310.pyc
+0
-0
models.py
widget_gitgud/widgetcalendar/models.py
+1
-1
No files found.
widget_gitgud/db.sqlite3
View file @
a1e8225b
No preview for this file type
widget_gitgud/widgetcalendar/__pycache__/models.cpython-310.pyc
View file @
a1e8225b
No preview for this file type
widget_gitgud/widgetcalendar/models.py
View file @
a1e8225b
...
@@ -21,7 +21,7 @@ class Location(models.Model):
...
@@ -21,7 +21,7 @@ class Location(models.Model):
class
Event
(
models
.
Model
):
class
Event
(
models
.
Model
):
target_datetime
=
models
.
DateTimeField
()
target_datetime
=
models
.
DateTimeField
()
activity
=
models
.
TextField
(
max_length
=
2
00
,
default
=
''
)
activity
=
models
.
TextField
(
max_length
=
10
00
,
default
=
''
)
estimated_hours
=
models
.
FloatField
()
estimated_hours
=
models
.
FloatField
()
location
=
models
.
ForeignKey
(
location
=
models
.
ForeignKey
(
Location
,
Location
,
...
...
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