diff --git a/core/__pycache__/urls.cpython-311.pyc b/core/__pycache__/urls.cpython-311.pyc index a8145bd..9bacea3 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 9bb892f..0b5b6f4 100644 Binary files a/core/__pycache__/views.cpython-311.pyc and b/core/__pycache__/views.cpython-311.pyc differ diff --git a/core/__pycache__/views_import.cpython-311.pyc b/core/__pycache__/views_import.cpython-311.pyc index e15ea0c..2c4af01 100644 Binary files a/core/__pycache__/views_import.cpython-311.pyc and b/core/__pycache__/views_import.cpython-311.pyc differ diff --git a/core/templates/core/import_products.html b/core/templates/core/import_products.html new file mode 100644 index 0000000..312c903 --- /dev/null +++ b/core/templates/core/import_products.html @@ -0,0 +1,60 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block content %} +