diff --git a/example/example/asgi.py b/example/example/asgi.py index 123a033..aad1fda 100644 --- a/example/example/asgi.py +++ b/example/example/asgi.py @@ -7,7 +7,6 @@ https://docs.djangoproject.com/en/3.2/howto/deployment/asgi/ """ - import os from django.core.asgi import get_asgi_application diff --git a/example/example/settings.py b/example/example/settings.py index 90f7873..5005a87 100644 --- a/example/example/settings.py +++ b/example/example/settings.py @@ -10,7 +10,6 @@ https://docs.djangoproject.com/en/3.2/ref/settings/ """ - from pathlib import Path # Build paths inside the project like this: BASE_DIR / 'subdir'. diff --git a/example/example/wsgi.py b/example/example/wsgi.py index 50cc7d0..00adc8a 100644 --- a/example/example/wsgi.py +++ b/example/example/wsgi.py @@ -7,7 +7,6 @@ https://docs.djangoproject.com/en/3.2/howto/deployment/wsgi/ """ - import os from django.core.wsgi import get_wsgi_application