Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nich_pardines_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
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
Nicholo Patrick C. Pardines
nich_pardines_music
Commits
fa5f2e20
Commit
fa5f2e20
authored
Feb 20, 2023
by
Nicholo Pardines
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added an artist field to the album entry creation panel
parent
3ee96072
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
admin.cpython-38.pyc
homepage/__pycache__/admin.cpython-38.pyc
+0
-0
admin.py
homepage/admin.py
+1
-1
No files found.
homepage/__pycache__/admin.cpython-38.pyc
View file @
fa5f2e20
No preview for this file type
homepage/admin.py
View file @
fa5f2e20
...
...
@@ -21,7 +21,7 @@ class ArtistAdmin(admin.ModelAdmin):
class
AlbumAdmin
(
admin
.
ModelAdmin
):
model
=
Album
fields
=
(
'album_name'
,
fields
=
(
'album_name'
,
'artist'
,
'description'
,
'release_date'
,
'label'
,
'song_count'
)
list_display
=
(
'album_name'
,
...
...
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