diff --git a/templates/app_template/.github/workflows/django.yml b/templates/app_template/.github/workflows/django.yml
deleted file mode 100644
index 9766b45..0000000
--- a/templates/app_template/.github/workflows/django.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-name: Django CI
-
-on:
-  push:
-    branches: [ "main" ]
-  pull_request:
-    branches: [ "main" ]
-
-jobs:
-  build:
-
-    runs-on: ubuntu-latest
-    strategy:
-      max-parallel: 4
-      matrix:
-        python-version: [3.7, 3.8, 3.9]
-
-    steps:
-    - uses: actions/checkout@v4
-    - name: Set up Python ${{ matrix.python-version }}
-      uses: actions/setup-python@v3
-      with:
-        python-version: ${{ matrix.python-version }}
-    - name: Install Dependencies
-      run: |
-        python -m pip install --upgrade pip
-        pip install -r requirements.txt
-    - name: Run Tests
-      run: |
-        python manage.py test
diff --git a/templates/app_template/__init__.py-tpl b/templates/app_template/__init__.py-tpl
deleted file mode 100644
index e69de29..0000000
diff --git a/templates/app_template/admin.py-tpl b/templates/app_template/admin.py-tpl
deleted file mode 100644
index 8c38f3f..0000000
--- a/templates/app_template/admin.py-tpl
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.contrib import admin
-
-# Register your models here.
diff --git a/templates/app_template/apps.py-tpl b/templates/app_template/apps.py-tpl
deleted file mode 100644
index 644f491..0000000
--- a/templates/app_template/apps.py-tpl
+++ /dev/null
@@ -1,6 +0,0 @@
-from django.apps import AppConfig
-
-
-class {{ camel_case_app_name }}Config(AppConfig):
-    default_auto_field = 'django_mongodb_backend.fields.ObjectIdAutoField'
-    name = 'apps.{{ app_name }}'
diff --git a/templates/app_template/migrations/__init__.py-tpl b/templates/app_template/migrations/__init__.py-tpl
deleted file mode 100644
index e69de29..0000000
diff --git a/templates/app_template/models.py-tpl b/templates/app_template/models.py-tpl
deleted file mode 100644
index 71a8362..0000000
--- a/templates/app_template/models.py-tpl
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.db import models
-
-# Create your models here.
diff --git a/templates/app_template/templates/app_name.html b/templates/app_template/templates/app_name.html
deleted file mode 100644
index e5c9fbb..0000000
--- a/templates/app_template/templates/app_name.html
+++ /dev/null
@@ -1,552 +0,0 @@
-{% load static webpack_loader %}
-
-
-    
-        {% stylesheet_pack 'app' %}
-        
-        
-        
-        
-        
-        
-        
-        Dashboard Template ยท Bootstrap v5.3
-        
-        
-        
-        
-        
-        
-        
-        
-    
-    
-        
-        
-            
-            
-                - 
-                    
-                -
- 
-                    
-                -
- 
-                    
-                -
-        
-            
-                
-                    
-                        
-                        
-                            
-                            
-                                Saved reports
-                                
-                                    
-                                
-                            
-                            
-                            
-                            
-                        
-                    
-                
-                
-                    
-                    
-                    Section title
-                    
-                        
-                            
-                                
-                                    | #- | Header- | Header- | Header- | Header- | 
-                            
-                            
-                                
-                                    | 1,001- | random- | data- | placeholder- | text- | 
-                                
-                                    | 1,002- | placeholder- | irrelevant- | visual- | layout- | 
-                                
-                                    | 1,003- | data- | rich- | dashboard- | tabular- | 
-                                
-                                    | 1,003- | information- | placeholder- | illustrative- | data- | 
-                                
-                                    | 1,004- | text- | random- | layout- | dashboard- | 
-                                
-                                    | 1,005- | dashboard- | irrelevant- | text- | placeholder- | 
-                                
-                                    | 1,006- | dashboard- | illustrative- | rich- | data- | 
-                                
-                                    | 1,007- | placeholder- | tabular- | information- | irrelevant- | 
-                                
-                                    | 1,008- | random- | data- | placeholder- | text- | 
-                                
-                                    | 1,009- | placeholder- | irrelevant- | visual- | layout- | 
-                                
-                                    | 1,010- | data- | rich- | dashboard- | tabular- | 
-                                
-                                    | 1,011- | information- | placeholder- | illustrative- | data- | 
-                                
-                                    | 1,012- | text- | placeholder- | layout- | dashboard- | 
-                                
-                                    | 1,013- | dashboard- | irrelevant- | text- | visual- | 
-                                
-                                    | 1,014- | dashboard- | illustrative- | rich- | data- | 
-                                
-                                    | 1,015- | random- | tabular- | information- | text- | 
-                            
-                        
-                    
-            
-        
Page not found
-
-Sorry, this page could not be found.
-{% endblock %}
diff --git a/templates/project_template/project_name/templates/500.html b/templates/project_template/project_name/templates/500.html
deleted file mode 100644
index 77379e5..0000000
--- a/templates/project_template/project_name/templates/500.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-    
-        
-        Internal server error
-        
-    
-    
-        Internal server error
-
-        Sorry, there seems to be an error. Please try again soon.
-    
-
diff --git a/templates/project_template/project_name/templates/base.html b/templates/project_template/project_name/templates/base.html
deleted file mode 100644
index 5d8b2bb..0000000
--- a/templates/project_template/project_name/templates/base.html
+++ /dev/null
@@ -1,70 +0,0 @@
-{% load static webpack_loader %}
-
-
-    
-        
-        
-            {% block title %}{% endblock %}
-            {% block title_suffix %}{% endblock %}
-        
-        
-        {% stylesheet_pack 'app' %}
-        {% block extra_css %}{# Override this in templates to add extra stylesheets #}{% endblock %}
-        
-        {% include 'favicon.html' %}
-        {% csrf_token %}
-    
-    
-        
-            
-            {% include 'header.html' %}
-            {% if messages %}
-                
-                    {% for message in messages %}
-                        
-                            {{ message }}
-                            
-                        
-                    {% endfor %}
-                
-                {% block content %}{% endblock %}
-            
-        
-        {% include 'footer.html' %}
-        {% include 'offcanvas.html' %}
-        {% javascript_pack 'app' %}
-        {% block extra_js %}{# Override this in templates to add extra javascript #}{% endblock %}
-    
-
diff --git a/templates/project_template/project_name/templates/favicon.html b/templates/project_template/project_name/templates/favicon.html
deleted file mode 100644
index a7f0c0f..0000000
--- a/templates/project_template/project_name/templates/favicon.html
+++ /dev/null
@@ -1,2 +0,0 @@
-{% load static %}
-
diff --git a/templates/project_template/project_name/templates/footer.html b/templates/project_template/project_name/templates/footer.html
deleted file mode 100644
index 6a6862d..0000000
--- a/templates/project_template/project_name/templates/footer.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
diff --git a/templates/project_template/project_name/templates/header.html b/templates/project_template/project_name/templates/header.html
deleted file mode 100644
index 5456cde..0000000
--- a/templates/project_template/project_name/templates/header.html
+++ /dev/null
@@ -1,65 +0,0 @@
-
diff --git a/templates/project_template/project_name/templates/offcanvas.html b/templates/project_template/project_name/templates/offcanvas.html
deleted file mode 100644
index 29c1171..0000000
--- a/templates/project_template/project_name/templates/offcanvas.html
+++ /dev/null
@@ -1,38 +0,0 @@
-
-    
-    
-        
-            - 
-                Home
-            -            {% for child in current_site.root_page.get_children %}
-
- 
-                    {{ child }}
-                -            {% endfor %}
-
- 
-                
-                    
-                
-            -            
-
-    
-