Skip to content
Snippets Groups Projects
Unverified Commit 0a220435 authored by dnns01's avatar dnns01 Committed by GitHub
Browse files

Update models.py

parent 11de083c
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ class NewsArticle(BaseModel):
title = CharField(null=True)
description = CharField(null=True)
link = CharField()
pubDate = CharField()
pub_date = CharField()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment