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
3ac0262e
Commit
3ac0262e
authored
Feb 21, 2023
by
Kirsten Daena Chidrome
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrated TextField Changes
parent
db75885d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
0 deletions
+33
-0
db.sqlite3
tentenchidrome_music/db.sqlite3
+0
-0
0003_auto_20230221_1926.py
...rome_music/homepage/migrations/0003_auto_20230221_1926.py
+33
-0
0003_auto_20230221_1926.cpython-39.pyc
...ations/__pycache__/0003_auto_20230221_1926.cpython-39.pyc
+0
-0
No files found.
tentenchidrome_music/db.sqlite3
View file @
3ac0262e
No preview for this file type
tentenchidrome_music/homepage/migrations/0003_auto_20230221_1926.py
0 → 100644
View file @
3ac0262e
# Generated by Django 3.2 on 2023-02-21 11:26
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'homepage'
,
'0002_alter_song_lyrics'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'album'
,
name
=
'album_name'
,
field
=
models
.
TextField
(),
),
migrations
.
AlterField
(
model_name
=
'album'
,
name
=
'description'
,
field
=
models
.
TextField
(),
),
migrations
.
AlterField
(
model_name
=
'album'
,
name
=
'label'
,
field
=
models
.
TextField
(),
),
migrations
.
AlterField
(
model_name
=
'artist'
,
name
=
'bio'
,
field
=
models
.
TextField
(),
),
]
tentenchidrome_music/homepage/migrations/__pycache__/0003_auto_20230221_1926.cpython-39.pyc
0 → 100644
View file @
3ac0262e
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