Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_Alipins
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
Angelico Ruiz T. Teaño
widget_Alipins
Commits
db9d491b
Commit
db9d491b
authored
Apr 04, 2022
by
Christian Sarabia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added records and migrate
parent
2a64a350
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
db.sqlite3
widget_alipins/db.sqlite3
+0
-0
0003_alter_reply_options.py
widget_alipins/forum/migrations/0003_alter_reply_options.py
+17
-0
No files found.
widget_alipins/db.sqlite3
View file @
db9d491b
No preview for this file type
widget_alipins/forum/migrations/0003_alter_reply_options.py
0 → 100644
View file @
db9d491b
# Generated by Django 3.2.12 on 2022-04-04 03:34
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'forum'
,
'0002_auto_20220403_1526'
),
]
operations
=
[
migrations
.
AlterModelOptions
(
name
=
'reply'
,
options
=
{
'verbose_name_plural'
:
'Replies'
},
),
]
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