Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_tee jays angelos
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
Ramon Angelo Enriquez
widget_tee jays angelos
Commits
913bf977
Commit
913bf977
authored
Mar 22, 2022
by
Sumawang, Tee Jay Jr. C.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
announcement widget wrong reference bug fix
parent
d4f44634
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
admin.py
widget_tee_jays_angelos/announcements/admin.py
+2
-0
models.py
widget_tee_jays_angelos/announcements/models.py
+1
-1
db.sqlite3
widget_tee_jays_angelos/db.sqlite3
+0
-0
No files found.
widget_tee_jays_angelos/announcements/admin.py
View file @
913bf977
from
django.contrib
import
admin
from
django.contrib
import
admin
from
.models
import
Announcement
# Register your models here.
# Register your models here.
admin
.
site
.
register
(
Announcement
)
\ No newline at end of file
widget_tee_jays_angelos/announcements/models.py
View file @
913bf977
...
@@ -7,4 +7,4 @@ class Announcement(models.Model):
...
@@ -7,4 +7,4 @@ class Announcement(models.Model):
pub_date
=
models
.
DateTimeField
(
"date published"
)
pub_date
=
models
.
DateTimeField
(
"date published"
)
def
__str__
(
self
):
def
__str__
(
self
):
return
self
.
name
return
self
.
announcement_title
\ No newline at end of file
\ No newline at end of file
widget_tee_jays_angelos/db.sqlite3
View file @
913bf977
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