Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
enricosuplico_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
Enrico Lucio A. Suplico
enricosuplico_music
Commits
e883b356
Commit
e883b356
authored
Feb 21, 2023
by
Enrico Lucio A. Suplico
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added homepage
parent
254fb248
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
48 additions
and
0 deletions
+48
-0
db.sqlite3
enricosuplico_music/db.sqlite3
+0
-0
admin.cpython-310.pyc
...osuplico_music/homepage/__pycache__/admin.cpython-310.pyc
+0
-0
models.cpython-310.pyc
...suplico_music/homepage/__pycache__/models.cpython-310.pyc
+0
-0
0002_auto_20230221_1425.py
...lico_music/homepage/migrations/0002_auto_20230221_1425.py
+48
-0
0002_auto_20230221_1425.cpython-310.pyc
...tions/__pycache__/0002_auto_20230221_1425.cpython-310.pyc
+0
-0
No files found.
enricosuplico_music/db.sqlite3
View file @
e883b356
No preview for this file type
enricosuplico_music/homepage/__pycache__/admin.cpython-310.pyc
View file @
e883b356
No preview for this file type
enricosuplico_music/homepage/__pycache__/models.cpython-310.pyc
View file @
e883b356
No preview for this file type
enricosuplico_music/homepage/migrations/0002_auto_20230221_1425.py
0 → 100644
View file @
e883b356
# Generated by Django 3.2 on 2023-02-21 06:25
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'homepage'
,
'0001_initial'
),
]
operations
=
[
migrations
.
AddField
(
model_name
=
'album'
,
name
=
'label'
,
field
=
models
.
CharField
(
default
=
'No label'
,
max_length
=
50
),
),
migrations
.
AddField
(
model_name
=
'artist'
,
name
=
'bio'
,
field
=
models
.
TextField
(
default
=
'no default'
,
max_length
=
700
),
),
migrations
.
AddField
(
model_name
=
'artist'
,
name
=
'birth_name'
,
field
=
models
.
CharField
(
default
=
''
,
max_length
=
50
,
unique
=
True
),
),
migrations
.
AlterField
(
model_name
=
'album'
,
name
=
'album_name'
,
field
=
models
.
CharField
(
default
=
''
,
max_length
=
50
,
unique
=
True
),
),
migrations
.
AlterField
(
model_name
=
'album'
,
name
=
'description'
,
field
=
models
.
TextField
(
max_length
=
500
),
),
migrations
.
AlterField
(
model_name
=
'artist'
,
name
=
'artist_name'
,
field
=
models
.
CharField
(
default
=
''
,
max_length
=
50
,
unique
=
True
),
),
migrations
.
AlterField
(
model_name
=
'song'
,
name
=
'song_title'
,
field
=
models
.
CharField
(
default
=
''
,
max_length
=
50
,
unique
=
True
),
),
]
enricosuplico_music/homepage/migrations/__pycache__/0002_auto_20230221_1425.cpython-310.pyc
0 → 100644
View file @
e883b356
File added
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