diff --git a/Database-Crud/CapstoneProject/__pycache__/__init__.cpython-39.pyc b/Database-Crud/CapstoneProject/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..a6a2d08 Binary files /dev/null and b/Database-Crud/CapstoneProject/__pycache__/__init__.cpython-39.pyc differ diff --git a/Database-Crud/CapstoneProject/__pycache__/settings.cpython-39.pyc b/Database-Crud/CapstoneProject/__pycache__/settings.cpython-39.pyc new file mode 100644 index 0000000..4e43edf Binary files /dev/null and b/Database-Crud/CapstoneProject/__pycache__/settings.cpython-39.pyc differ diff --git a/Database-Crud/CapstoneProject/__pycache__/urls.cpython-39.pyc b/Database-Crud/CapstoneProject/__pycache__/urls.cpython-39.pyc new file mode 100644 index 0000000..9d696fc Binary files /dev/null and b/Database-Crud/CapstoneProject/__pycache__/urls.cpython-39.pyc differ diff --git a/Database-Crud/CapstoneProject/__pycache__/wsgi.cpython-39.pyc b/Database-Crud/CapstoneProject/__pycache__/wsgi.cpython-39.pyc new file mode 100644 index 0000000..3d94e08 Binary files /dev/null and b/Database-Crud/CapstoneProject/__pycache__/wsgi.cpython-39.pyc differ diff --git a/Database-Crud/NuggetServer/__pycache__/__init__.cpython-39.pyc b/Database-Crud/NuggetServer/__pycache__/__init__.cpython-39.pyc new file mode 100644 index 0000000..fa1d150 Binary files /dev/null and b/Database-Crud/NuggetServer/__pycache__/__init__.cpython-39.pyc differ diff --git a/Database-Crud/NuggetServer/__pycache__/admin.cpython-39.pyc b/Database-Crud/NuggetServer/__pycache__/admin.cpython-39.pyc new file mode 100644 index 0000000..d679f2b Binary files /dev/null and b/Database-Crud/NuggetServer/__pycache__/admin.cpython-39.pyc differ diff --git a/Database-Crud/NuggetServer/__pycache__/apps.cpython-39.pyc b/Database-Crud/NuggetServer/__pycache__/apps.cpython-39.pyc new file mode 100644 index 0000000..e98668d Binary files /dev/null and b/Database-Crud/NuggetServer/__pycache__/apps.cpython-39.pyc differ diff --git a/Database-Crud/NuggetServer/__pycache__/forms.cpython-39.pyc b/Database-Crud/NuggetServer/__pycache__/forms.cpython-39.pyc new file mode 100644 index 0000000..83dca25 Binary files /dev/null and b/Database-Crud/NuggetServer/__pycache__/forms.cpython-39.pyc differ diff --git a/Database-Crud/NuggetServer/__pycache__/models.cpython-39.pyc b/Database-Crud/NuggetServer/__pycache__/models.cpython-39.pyc new file mode 100644 index 0000000..efc2c1c Binary files /dev/null and b/Database-Crud/NuggetServer/__pycache__/models.cpython-39.pyc differ diff --git a/Database-Crud/NuggetServer/__pycache__/urls.cpython-39.pyc b/Database-Crud/NuggetServer/__pycache__/urls.cpython-39.pyc new file mode 100644 index 0000000..f6bbdda Binary files /dev/null and b/Database-Crud/NuggetServer/__pycache__/urls.cpython-39.pyc differ diff --git a/Database-Crud/NuggetServer/__pycache__/views.cpython-39.pyc b/Database-Crud/NuggetServer/__pycache__/views.cpython-39.pyc new file mode 100644 index 0000000..c9a28b8 Binary files /dev/null and b/Database-Crud/NuggetServer/__pycache__/views.cpython-39.pyc differ diff --git a/Database-Crud/db.sqlite3 b/Database-Crud/db.sqlite3 new file mode 100644 index 0000000..696091a Binary files /dev/null and b/Database-Crud/db.sqlite3 differ