From 78afe97442a99bb276bce87e3c3e7aa043d04114 Mon Sep 17 00:00:00 2001 From: Computerboer Date: Fri, 16 Jun 2023 00:53:23 +0200 Subject: [PATCH] Added serverside modeling --- Auctionviewer.api.pyproj | 14 +- app.py | 31 +- config.py => cache.py | 14 +- data/locationfiles/NL.txt | 22813 ++++++++++++++++++++++++++++++++ data/locationfiles/readme.txt | 141 + models/auction.py | 0 models/location.py | 51 + utils/auctionutils.py | 66 + utils/locationutils.py | 88 + 9 files changed, 23197 insertions(+), 21 deletions(-) rename config.py => cache.py (62%) create mode 100644 data/locationfiles/NL.txt create mode 100644 data/locationfiles/readme.txt create mode 100644 models/auction.py create mode 100644 models/location.py create mode 100644 utils/auctionutils.py create mode 100644 utils/locationutils.py diff --git a/Auctionviewer.api.pyproj b/Auctionviewer.api.pyproj index 3585364..b704dc8 100644 --- a/Auctionviewer.api.pyproj +++ b/Auctionviewer.api.pyproj @@ -28,14 +28,26 @@ - + + + + + + + + + + + + +