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