Page MenuHomeSoftware Heritage

D7446.id26956.diff
No OneTemporary

D7446.id26956.diff

diff --git a/swh/web/add_forge_now/models.py b/swh/web/add_forge_now/models.py
--- a/swh/web/add_forge_now/models.py
+++ b/swh/web/add_forge_now/models.py
@@ -81,6 +81,9 @@
date = models.DateTimeField(auto_now_add=True)
new_status = models.TextField(choices=RequestStatus.choices(), null=True)
+ class Meta:
+ app_label = "swh_web_add_forge_now"
+
class Request(models.Model):
status = models.TextField(
@@ -98,3 +101,6 @@
forge_contact_comment = models.TextField(
null=True, help_text="Where did you find this contact information (url, ...)",
)
+
+ class Meta:
+ app_label = "swh_web_add_forge_now"

File Metadata

Mime Type
text/plain
Expires
Dec 21 2024, 6:15 PM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3231337

Event Timeline