Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tentenchidrome_music
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
Kirsten Daena Chidrome
tentenchidrome_music
Commits
fccefe1d
Commit
fccefe1d
authored
Feb 21, 2023
by
Kirsten Daena Chidrome
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected typo for AlbumAdmin
parent
8aab095f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.txt
README.txt
+2
-2
admin.py
tentenchidrome_music/homepage/admin.py
+1
-1
No files found.
README.txt
View file @
fccefe1d
...
@@ -2,6 +2,6 @@ Kirsten Daena C. Chidrome
...
@@ -2,6 +2,6 @@ Kirsten Daena C. Chidrome
211445
211445
CSCI 40-C
CSCI 40-C
Lab 02: Song Library v2
Lab 02: Song Library v2
February 2
0
,2022
February 2
1
,2022
I, Kirsten Chidrome, started and completed this project.
I, Kirsten Chidrome, started and completed this project.
Signed Kirsten Daena C. Chidrome, February 20, 2022
Signed Kirsten Daena C. Chidrome, February 21, 2022
\ No newline at end of file
\ No newline at end of file
tentenchidrome_music/homepage/admin.py
View file @
fccefe1d
...
@@ -10,7 +10,7 @@ class ArtistAdmin(admin.ModelAdmin):
...
@@ -10,7 +10,7 @@ class ArtistAdmin(admin.ModelAdmin):
class
AlbumAdmin
(
admin
.
ModelAdmin
):
class
AlbumAdmin
(
admin
.
ModelAdmin
):
list_display
=
(
"album_name"
,
"description"
,
"release_date"
,
"label"
,
"song_count"
)
list_display
=
(
"album_name"
,
"description"
,
"release_date"
,
"label"
,
"song_count"
)
search_field
=
(
"album_name"
,
"description"
,
"label"
)
search_field
=
(
"album_name"
,
"description"
,
"label"
)
list_filter
=
(
"lbum_name"
)
list_filter
=
(
"
a
lbum_name"
)
class
SongAdmin
(
admin
.
ModelAdmin
):
class
SongAdmin
(
admin
.
ModelAdmin
):
list_display
=
(
"song_title"
,
"song_length"
,
"lyrics"
,
"music_video"
)
list_display
=
(
"song_title"
,
"song_length"
,
"lyrics"
,
"music_video"
)
...
...
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