added base stuff

This commit is contained in:
Yamozha
2021-02-05 01:25:02 +02:00
parent de8ae5800f
commit b3195368ee
16 changed files with 216 additions and 0 deletions

View File

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