Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mavlee_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
Mavrick Jordan Lee
mavlee_music
Commits
30be89f2
Commit
30be89f2
authored
Feb 21, 2023
by
Mavrick Jordan Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Migrations
parent
d98df4ab
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
0 deletions
+23
-0
db.sqlite3
mavlee_music/db.sqlite3
+0
-0
0002_alter_artist_monthly_listeners_and_more.py
...igrations/0002_alter_artist_monthly_listeners_and_more.py
+23
-0
0002_alter_artist_monthly_listeners_and_more.cpython-39.pyc
...02_alter_artist_monthly_listeners_and_more.cpython-39.pyc
+0
-0
No files found.
mavlee_music/db.sqlite3
View file @
30be89f2
No preview for this file type
mavlee_music/homepage/migrations/0002_alter_artist_monthly_listeners_and_more.py
0 → 100644
View file @
30be89f2
# Generated by Django 4.1.7 on 2023-02-21 12:20
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'homepage'
,
'0001_initial'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'artist'
,
name
=
'monthly_listeners'
,
field
=
models
.
CharField
(
max_length
=
20
),
),
migrations
.
AlterField
(
model_name
=
'song'
,
name
=
'song_length'
,
field
=
models
.
CharField
(
max_length
=
5
),
),
]
mavlee_music/homepage/migrations/__pycache__/0002_alter_artist_monthly_listeners_and_more.cpython-39.pyc
0 → 100644
View file @
30be89f2
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