Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_CtrlF
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
Fritzie Dianne Del Pilar
midterm_CtrlF
Commits
90564501
Commit
90564501
authored
May 16, 2023
by
Mary Adelaide A. Salto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolved cache issues.
parent
c31536da
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
+17
-0
db.sqlite3
widget_CtrlF/db.sqlite3
+0
-0
0007_remove_reply_post.py
widget_CtrlF/forum/migrations/0007_remove_reply_post.py
+17
-0
0007_remove_reply_post.cpython-39.pyc
...rations/__pycache__/0007_remove_reply_post.cpython-39.pyc
+0
-0
No files found.
widget_CtrlF/db.sqlite3
View file @
90564501
No preview for this file type
widget_CtrlF/forum/migrations/0007_remove_reply_post.py
0 → 100644
View file @
90564501
# Generated by Django 4.2.1 on 2023-05-16 15:18
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'forum'
,
'0006_merge_20230516_1922'
),
]
operations
=
[
migrations
.
RemoveField
(
model_name
=
'reply'
,
name
=
'post'
,
),
]
widget_CtrlF/forum/migrations/__pycache__/0007_remove_reply_post.cpython-39.pyc
0 → 100644
View file @
90564501
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