Commit 27973036 authored by Mario Chirinos's avatar Mario Chirinos

topic debug

parent 32804aa3
......@@ -119,6 +119,8 @@ class Command(BaseCommand):
news.date = newsDate
news.save()
print ("topic type:", type(d['topic']))
print (d['topic'])
if "topic" not in d:
d['topic']=""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment