This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

7 lines
132 B
Python
Raw Normal View History

2021-02-05 01:25:02 +02:00
from django.db import models
class Ticker(models.Model):
f = open("../currency.txt","r")
a = f.readline()
print(a)