added base stuff
This commit is contained in:
6
currencyproj/home/models.py
Normal file
6
currencyproj/home/models.py
Normal file
@ -0,0 +1,6 @@
|
||||
from django.db import models
|
||||
|
||||
class Ticker(models.Model):
|
||||
f = open("../currency.txt","r")
|
||||
a = f.readline()
|
||||
print(a)
|
Reference in New Issue
Block a user