First Commit
This commit is contained in:
commit
ce0758fbbb
496 changed files with 52062 additions and 0 deletions
17
posts/migrations/0005_remove_post_date.py
Executable file
17
posts/migrations/0005_remove_post_date.py
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 4.2.16 on 2024-10-24 21:05
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("posts", "0004_post_forum_link"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name="post",
|
||||
name="date",
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue