i didnt commit/????

This commit is contained in:
Yamozha
2021-02-08 12:42:33 +02:00
parent 9bc05bc6bf
commit c43acaf71f
154 changed files with 30312 additions and 123 deletions

View File

@ -1,10 +0,0 @@
from django.shortcuts import render
import os.path
def homePage(request):
currencyTotal = open(os.path.dirname(__file__) + "/../currency.txt","r")
currencyTotal = currencyTotal.readline()
context = {
"currencyTotal" : currencyTotal
}
return render(request, "home.html", context)