diff --git a/.vscode/settings.json b/.vscode/settings.json index fe800d2..e13f020 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "python.pythonPath": "C:\\Python39\\python.exe" + "python.pythonPath": "C:\\Users\\bncha\\AppData\\Local\\Programs\\Python\\Python38-32\\python.exe" } \ No newline at end of file diff --git a/auctions/static/auctions/styles.css b/auctions/static/auctions/styles.css deleted file mode 100644 index d61a8dd..0000000 --- a/auctions/static/auctions/styles.css +++ /dev/null @@ -1,3 +0,0 @@ -body { - padding: 10px; -} diff --git a/auctions/templates/auctions/layout.html b/auctions/templates/auctions/layout.html index d0e3096..2eb3304 100644 --- a/auctions/templates/auctions/layout.html +++ b/auctions/templates/auctions/layout.html @@ -5,9 +5,9 @@