diff --git a/accounting/__pycache__/tests.cpython-311.pyc b/accounting/__pycache__/tests.cpython-311.pyc deleted file mode 100644 index 3f6e650..0000000 Binary files a/accounting/__pycache__/tests.cpython-311.pyc and /dev/null differ diff --git a/assets/pasted-20260205-164945-08c624c0.png b/assets/pasted-20260205-164945-08c624c0.png deleted file mode 100644 index 5b715a0..0000000 Binary files a/assets/pasted-20260205-164945-08c624c0.png and /dev/null differ diff --git a/config/__pycache__/wsgi.cpython-311.pyc b/config/__pycache__/wsgi.cpython-311.pyc index 1dbe5b0..9c49e09 100644 Binary files a/config/__pycache__/wsgi.cpython-311.pyc and b/config/__pycache__/wsgi.cpython-311.pyc differ diff --git a/config/wsgi.py b/config/wsgi.py index 05c92fe..e2fbd58 100644 --- a/config/wsgi.py +++ b/config/wsgi.py @@ -8,12 +8,9 @@ https://docs.djangoproject.com/en/5.2/howto/deployment/wsgi/ """ import os -import pymysql - -pymysql.install_as_MySQLdb() from django.core.wsgi import get_wsgi_application os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'config.settings') -application = get_wsgi_application() \ No newline at end of file +application = get_wsgi_application() diff --git a/core/__pycache__/tests.cpython-311.pyc b/core/__pycache__/tests.cpython-311.pyc deleted file mode 100644 index ca65c6f..0000000 Binary files a/core/__pycache__/tests.cpython-311.pyc and /dev/null differ diff --git a/core/__pycache__/urls.cpython-311.pyc b/core/__pycache__/urls.cpython-311.pyc index 8c5c3aa..ee499ae 100644 Binary files a/core/__pycache__/urls.cpython-311.pyc and b/core/__pycache__/urls.cpython-311.pyc differ diff --git a/core/__pycache__/views.cpython-311.pyc b/core/__pycache__/views.cpython-311.pyc index f7d89ae..ee430b6 100644 Binary files a/core/__pycache__/views.cpython-311.pyc and b/core/__pycache__/views.cpython-311.pyc differ diff --git a/core/templates/core/customer_display.html b/core/templates/core/customer_display.html deleted file mode 100644 index 628939d..0000000 --- a/core/templates/core/customer_display.html +++ /dev/null @@ -1,461 +0,0 @@ -{% extends 'base.html' %} -{% load i18n static %} - -{% block title %}{% trans "Customer Display" %} | {{ site_settings.business_name }}{% endblock %} - -{% block head %} - -{% endblock %} - -{% block content %} -
-
-
Debug
- - -
-
- {% if site_settings.logo %} - Logo - {% endif %} -
-

{{ site_settings.business_name|default:"POS Display" }}

-
{% trans "Your Order Details" %}
-
-
- -
- -
- -

{% trans "Welcome!" %}

-

{% trans "Items will appear here as scanned." %}

-
-
- -
-
- {% trans "Subtotal" %} - --- -
-
- {% trans "VAT" %} - --- -
- -
-
- - -
-
-
{% trans "Total to Pay" %}
-
0.00
-
- -
-
-
-

{% trans "Thank You!" %}

-

{% trans "We appreciate your business." %}

-
- - -
-
-
-
- -
Waiting for data...
-
-{% endblock %} - -{% block scripts %} - -{% endblock %} \ No newline at end of file diff --git a/core/templates/core/pos.html b/core/templates/core/pos.html index cdf6a88..02cde53 100644 --- a/core/templates/core/pos.html +++ b/core/templates/core/pos.html @@ -128,9 +128,6 @@

{% trans "Point of Sale" %}

-
@@ -518,71 +515,6 @@ {% localize off %}