from django.db import models class Ticker(models.Model): f = open("../currency.txt","r") a = f.readline() print(a)