hello i have a same issue
igenvirietech@IRIEL:~/ig/ig$ django-admin runserver
Traceback (most recent call last):
File "/home/irietech/.local/bin/django-admin", line 8, in <module>
sys.exit(execute_from_command_line())
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
utility.execute()
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/base.py", line 413, in run_from_argv
self.execute(*args, **cmd_options)
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/commands/runserver.py", line 75, in execute
super().execute(*args, **options)
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/base.py", line 459, in execute
output = self.handle(*args, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/commands/runserver.py", line 82, in handle
if not settings.DEBUG and not settings.ALLOWED_HOSTS:
^^^^^^^^^^^^^^
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/conf/__init__.py", line 81, in __getattr__
self._setup(name)
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/conf/__init__.py", line 61, in _setup
raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: Requested setting DEBUG, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
igenvirietech@IRIEL:~/ig/ig$ django-admin runserver
Traceback (most recent call last):
File "/home/irietech/.local/bin/django-admin", line 8, in <module>
sys.exit(execute_from_command_line())
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
utility.execute()
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/base.py", line 413, in run_from_argv
self.execute(*args, **cmd_options)
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/commands/runserver.py", line 75, in execute
super().execute(*args, **options)
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/base.py", line 459, in execute
output = self.handle(*args, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/commands/runserver.py", line 82, in handle
if not settings.DEBUG and not settings.ALLOWED_HOSTS:
^^^^^^^^^^^^^^
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/conf/__init__.py", line 81, in __getattr__
self._setup(name)
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/conf/__init__.py", line 61, in _setup
raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: Requested setting DEBUG, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
igenvirietech@IRIEL:~/ig/ig$ django-admin runserver
Traceback (most recent call last):
File "/home/irietech/.local/bin/django-admin", line 8, in <module>
sys.exit(execute_from_command_line())
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
utility.execute()
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/base.py", line 413, in run_from_argv
self.execute(*args, **cmd_options)
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/commands/runserver.py", line 75, in execute
super().execute(*args, **options)
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/base.py", line 459, in execute
output = self.handle(*args, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/commands/runserver.py", line 82, in handle
if not settings.DEBUG and not settings.ALLOWED_HOSTS:
^^^^^^^^^^^^^^
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/conf/__init__.py", line 81, in __getattr__
self._setup(name)
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/conf/__init__.py", line 61, in _setup
raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: Requested setting DEBUG, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
igenvirietech@IRIEL:~/ig/ig$ django-admin runserver
Traceback (most recent call last):
File "/home/irietech/.local/bin/django-admin", line 8, in <module>
sys.exit(execute_from_command_line())
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
utility.execute()
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/base.py", line 413, in run_from_argv
self.execute(*args, **cmd_options)
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/commands/runserver.py", line 75, in execute
super().execute(*args, **options)
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/base.py", line 459, in execute
output = self.handle(*args, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/core/management/commands/runserver.py", line 82, in handle
if not settings.DEBUG and not settings.ALLOWED_HOSTS:
^^^^^^^^^^^^^^
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/conf/__init__.py", line 81, in __getattr__
self._setup(name)
File "/home/irietech/.local/share/pipx/venvs/django/lib/python3.12/site-packages/django/conf/__init__.py", line 61, in _setup
raise ImproperlyConfigured(
django.core.exceptions.ImproperlyConfigured: Requested setting DEBUG, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
my settings file
"""
Django settings for ig project.
Generated by 'django-admin startproject' using Django 5.1.6.
For more information on this file, see
https://docs.djangoproject.com/en/5.1/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/5.1/ref/settings/
"""
from pathlib import Path
import os
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "mysite.settings")
import django
django.setup()
from django.core.management import call_command
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/5.1/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'django-insecure-fzque6xav^+2%6&w0bp2t!9b2p0(t09iku6hot0=g#15#xcot+'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ["localhost"]
DEFAULT_FROM_EMAIL = "irie.group225@gmail.com"
# Application definition
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
]
MIDDLEWARE = [
'django.middleware.security.SecurityMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
]
ROOT_URLCONF = 'ig.urls'
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [],
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [
'django.template.context_processors.debug',
'django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
],
},
},
]
WSGI_APPLICATION = 'ig.wsgi.application'
# Database
# https://docs.djangoproject.com/en/5.1/ref/settings/#databases
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'db.sqlite3',
}
}
# Password validation
# https://docs.djangoproject.com/en/5.1/ref/settings/#auth-password-validators
AUTH_PASSWORD_VALIDATORS = [
{
'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator',
},
{
'NAME': 'django.contrib.auth.password_validation.MinimumLengthValidator',
},
{
'NAME': 'django.contrib.auth.password_validation.CommonPasswordValidator',
},
{
'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator',
},
]
# Internationalization
# https://docs.djangoproject.com/en/5.1/topics/i18n/
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
USE_I18N = True
USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/5.1/howto/static-files/
STATIC_URL = 'static/'
# Default primary key field type
# https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'