Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nishaespera_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
Julia Anishka
nishaespera_music
Commits
3e7e0c1b
Commit
3e7e0c1b
authored
Feb 21, 2023
by
Julia Anishka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected release date typo again
parent
ef83cfe5
Pipeline
#2820
failed with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
0 deletions
+18
-0
db.sqlite3
nishaespera_music/db.sqlite3
+0
-0
models.cpython-310.pyc
...aespera_music/homepage/__pycache__/models.cpython-310.pyc
+0
-0
0006_alter_album_release_date.py
...usic/homepage/migrations/0006_alter_album_release_date.py
+18
-0
0006_alter_album_release_date.cpython-310.pyc
...__pycache__/0006_alter_album_release_date.cpython-310.pyc
+0
-0
No files found.
nishaespera_music/db.sqlite3
View file @
3e7e0c1b
No preview for this file type
nishaespera_music/homepage/__pycache__/models.cpython-310.pyc
View file @
3e7e0c1b
No preview for this file type
nishaespera_music/homepage/migrations/0006_alter_album_release_date.py
0 → 100644
View file @
3e7e0c1b
# Generated by Django 3.2 on 2023-02-21 03:29
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'homepage'
,
'0005_alter_album_description'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'album'
,
name
=
'release_date'
,
field
=
models
.
DateField
(
verbose_name
=
'release date'
),
),
]
nishaespera_music/homepage/migrations/__pycache__/0006_alter_album_release_date.cpython-310.pyc
0 → 100644
View file @
3e7e0c1b
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