diff --git a/examples/cookbook/README.md b/examples/cookbook_django/README.md similarity index 100% rename from examples/cookbook/README.md rename to examples/cookbook_django/README.md diff --git a/examples/cookbook/cookbook/__init__.py b/examples/cookbook_django/cookbook/__init__.py similarity index 100% rename from examples/cookbook/cookbook/__init__.py rename to examples/cookbook_django/cookbook/__init__.py diff --git a/examples/cookbook/cookbook/ingredients/__init__.py b/examples/cookbook_django/cookbook/ingredients/__init__.py similarity index 100% rename from examples/cookbook/cookbook/ingredients/__init__.py rename to examples/cookbook_django/cookbook/ingredients/__init__.py diff --git a/examples/cookbook/cookbook/ingredients/admin.py b/examples/cookbook_django/cookbook/ingredients/admin.py similarity index 100% rename from examples/cookbook/cookbook/ingredients/admin.py rename to examples/cookbook_django/cookbook/ingredients/admin.py diff --git a/examples/cookbook/cookbook/ingredients/apps.py b/examples/cookbook_django/cookbook/ingredients/apps.py similarity index 100% rename from examples/cookbook/cookbook/ingredients/apps.py rename to examples/cookbook_django/cookbook/ingredients/apps.py diff --git a/examples/cookbook/cookbook/ingredients/fixtures/ingredients.json b/examples/cookbook_django/cookbook/ingredients/fixtures/ingredients.json similarity index 100% rename from examples/cookbook/cookbook/ingredients/fixtures/ingredients.json rename to examples/cookbook_django/cookbook/ingredients/fixtures/ingredients.json diff --git a/examples/cookbook/cookbook/ingredients/migrations/0001_initial.py b/examples/cookbook_django/cookbook/ingredients/migrations/0001_initial.py similarity index 100% rename from examples/cookbook/cookbook/ingredients/migrations/0001_initial.py rename to examples/cookbook_django/cookbook/ingredients/migrations/0001_initial.py diff --git a/examples/cookbook/cookbook/ingredients/migrations/__init__.py b/examples/cookbook_django/cookbook/ingredients/migrations/__init__.py similarity index 100% rename from examples/cookbook/cookbook/ingredients/migrations/__init__.py rename to examples/cookbook_django/cookbook/ingredients/migrations/__init__.py diff --git a/examples/cookbook/cookbook/ingredients/models.py b/examples/cookbook_django/cookbook/ingredients/models.py similarity index 100% rename from examples/cookbook/cookbook/ingredients/models.py rename to examples/cookbook_django/cookbook/ingredients/models.py diff --git a/examples/cookbook/cookbook/ingredients/schema.py b/examples/cookbook_django/cookbook/ingredients/schema.py similarity index 100% rename from examples/cookbook/cookbook/ingredients/schema.py rename to examples/cookbook_django/cookbook/ingredients/schema.py diff --git a/examples/cookbook/cookbook/ingredients/tests.py b/examples/cookbook_django/cookbook/ingredients/tests.py similarity index 100% rename from examples/cookbook/cookbook/ingredients/tests.py rename to examples/cookbook_django/cookbook/ingredients/tests.py diff --git a/examples/cookbook/cookbook/ingredients/views.py b/examples/cookbook_django/cookbook/ingredients/views.py similarity index 100% rename from examples/cookbook/cookbook/ingredients/views.py rename to examples/cookbook_django/cookbook/ingredients/views.py diff --git a/examples/cookbook/cookbook/recipes/__init__.py b/examples/cookbook_django/cookbook/recipes/__init__.py similarity index 100% rename from examples/cookbook/cookbook/recipes/__init__.py rename to examples/cookbook_django/cookbook/recipes/__init__.py diff --git a/examples/cookbook/cookbook/recipes/admin.py b/examples/cookbook_django/cookbook/recipes/admin.py similarity index 100% rename from examples/cookbook/cookbook/recipes/admin.py rename to examples/cookbook_django/cookbook/recipes/admin.py diff --git a/examples/cookbook/cookbook/recipes/apps.py b/examples/cookbook_django/cookbook/recipes/apps.py similarity index 100% rename from examples/cookbook/cookbook/recipes/apps.py rename to examples/cookbook_django/cookbook/recipes/apps.py diff --git a/examples/cookbook/cookbook/recipes/migrations/0001_initial.py b/examples/cookbook_django/cookbook/recipes/migrations/0001_initial.py similarity index 100% rename from examples/cookbook/cookbook/recipes/migrations/0001_initial.py rename to examples/cookbook_django/cookbook/recipes/migrations/0001_initial.py diff --git a/examples/cookbook/cookbook/recipes/migrations/__init__.py b/examples/cookbook_django/cookbook/recipes/migrations/__init__.py similarity index 100% rename from examples/cookbook/cookbook/recipes/migrations/__init__.py rename to examples/cookbook_django/cookbook/recipes/migrations/__init__.py diff --git a/examples/cookbook/cookbook/recipes/models.py b/examples/cookbook_django/cookbook/recipes/models.py similarity index 100% rename from examples/cookbook/cookbook/recipes/models.py rename to examples/cookbook_django/cookbook/recipes/models.py diff --git a/examples/cookbook/cookbook/recipes/tests.py b/examples/cookbook_django/cookbook/recipes/tests.py similarity index 100% rename from examples/cookbook/cookbook/recipes/tests.py rename to examples/cookbook_django/cookbook/recipes/tests.py diff --git a/examples/cookbook/cookbook/recipes/views.py b/examples/cookbook_django/cookbook/recipes/views.py similarity index 100% rename from examples/cookbook/cookbook/recipes/views.py rename to examples/cookbook_django/cookbook/recipes/views.py diff --git a/examples/cookbook/cookbook/schema.py b/examples/cookbook_django/cookbook/schema.py similarity index 100% rename from examples/cookbook/cookbook/schema.py rename to examples/cookbook_django/cookbook/schema.py diff --git a/examples/cookbook/cookbook/settings.py b/examples/cookbook_django/cookbook/settings.py similarity index 100% rename from examples/cookbook/cookbook/settings.py rename to examples/cookbook_django/cookbook/settings.py diff --git a/examples/cookbook/cookbook/urls.py b/examples/cookbook_django/cookbook/urls.py similarity index 100% rename from examples/cookbook/cookbook/urls.py rename to examples/cookbook_django/cookbook/urls.py diff --git a/examples/cookbook/cookbook/wsgi.py b/examples/cookbook_django/cookbook/wsgi.py similarity index 100% rename from examples/cookbook/cookbook/wsgi.py rename to examples/cookbook_django/cookbook/wsgi.py diff --git a/examples/cookbook/manage.py b/examples/cookbook_django/manage.py similarity index 100% rename from examples/cookbook/manage.py rename to examples/cookbook_django/manage.py diff --git a/examples/cookbook/requirements.txt b/examples/cookbook_django/requirements.txt similarity index 100% rename from examples/cookbook/requirements.txt rename to examples/cookbook_django/requirements.txt