From 18b6130230c3e4b6144b7454a4bb40422f561dac Mon Sep 17 00:00:00 2001 From: kevenyrosier <59935118+kevenyrosier@users.noreply.github.com> Date: Tue, 3 May 2022 01:08:29 -0400 Subject: [PATCH] commit those changes --- {restaurant => convinience_store}/__init__.py | 0 .../__pycache__/__init__.cpython-37.pyc | Bin .../__pycache__/admin.cpython-37.pyc | Bin .../__pycache__/models.cpython-37.pyc | Bin {restaurant => convinience_store}/admin.py | 0 {restaurant => convinience_store}/apps.py | 0 .../migrations/__init__.py | 0 .../migrations/__pycache__/__init__.cpython-37.pyc | Bin {restaurant => convinience_store}/models.py | 0 {restaurant => convinience_store}/tests.py | 0 {restaurant => convinience_store}/views.py | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {restaurant => convinience_store}/__init__.py (100%) rename {restaurant => convinience_store}/__pycache__/__init__.cpython-37.pyc (100%) rename {restaurant => convinience_store}/__pycache__/admin.cpython-37.pyc (100%) rename {restaurant => convinience_store}/__pycache__/models.cpython-37.pyc (100%) rename {restaurant => convinience_store}/admin.py (100%) rename {restaurant => convinience_store}/apps.py (100%) rename {restaurant => convinience_store}/migrations/__init__.py (100%) rename {restaurant => convinience_store}/migrations/__pycache__/__init__.cpython-37.pyc (100%) rename {restaurant => convinience_store}/models.py (100%) rename {restaurant => convinience_store}/tests.py (100%) rename {restaurant => convinience_store}/views.py (100%) diff --git a/restaurant/__init__.py b/convinience_store/__init__.py similarity index 100% rename from restaurant/__init__.py rename to convinience_store/__init__.py diff --git a/restaurant/__pycache__/__init__.cpython-37.pyc b/convinience_store/__pycache__/__init__.cpython-37.pyc similarity index 100% rename from restaurant/__pycache__/__init__.cpython-37.pyc rename to convinience_store/__pycache__/__init__.cpython-37.pyc diff --git a/restaurant/__pycache__/admin.cpython-37.pyc b/convinience_store/__pycache__/admin.cpython-37.pyc similarity index 100% rename from restaurant/__pycache__/admin.cpython-37.pyc rename to convinience_store/__pycache__/admin.cpython-37.pyc diff --git a/restaurant/__pycache__/models.cpython-37.pyc b/convinience_store/__pycache__/models.cpython-37.pyc similarity index 100% rename from restaurant/__pycache__/models.cpython-37.pyc rename to convinience_store/__pycache__/models.cpython-37.pyc diff --git a/restaurant/admin.py b/convinience_store/admin.py similarity index 100% rename from restaurant/admin.py rename to convinience_store/admin.py diff --git a/restaurant/apps.py b/convinience_store/apps.py similarity index 100% rename from restaurant/apps.py rename to convinience_store/apps.py diff --git a/restaurant/migrations/__init__.py b/convinience_store/migrations/__init__.py similarity index 100% rename from restaurant/migrations/__init__.py rename to convinience_store/migrations/__init__.py diff --git a/restaurant/migrations/__pycache__/__init__.cpython-37.pyc b/convinience_store/migrations/__pycache__/__init__.cpython-37.pyc similarity index 100% rename from restaurant/migrations/__pycache__/__init__.cpython-37.pyc rename to convinience_store/migrations/__pycache__/__init__.cpython-37.pyc diff --git a/restaurant/models.py b/convinience_store/models.py similarity index 100% rename from restaurant/models.py rename to convinience_store/models.py diff --git a/restaurant/tests.py b/convinience_store/tests.py similarity index 100% rename from restaurant/tests.py rename to convinience_store/tests.py diff --git a/restaurant/views.py b/convinience_store/views.py similarity index 100% rename from restaurant/views.py rename to convinience_store/views.py