Ignore:
Timestamp:
05/01/25 21:17:02 (2 weeks ago)
Author:
ManuelTrajcev <manueltrajcev7@…>
Branches:
master
Children:
ac66823
Parents:
4abe330
Message:

querry mostr popular artist per customer for each genre

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MuiscOrganizationSystem/settings.py

    r4abe330 r59b2e9c  
    1616BASE_DIR = Path(__file__).resolve().parent.parent
    1717
    18 
    1918# Quick-start development settings - unsuitable for production
    2019# See https://docs.djangoproject.com/en/5.1/howto/deployment/checklist/
     
    2726
    2827ALLOWED_HOSTS = []
    29 
    3028
    3129# Application definition
     
    4947    "django.contrib.messages.middleware.MessageMiddleware",
    5048    "django.middleware.clickjacking.XFrameOptionsMiddleware",
     49    'music.middleware.Redirect404ToHomeMiddleware',
    5150]
    5251
     
    7271WSGI_APPLICATION = "MuiscOrganizationSystem.wsgi.application"
    7372
    74 
    7573# Database
    7674# https://docs.djangoproject.com/en/5.1/ref/settings/#databases
     
    9492}
    9593
    96 
    9794# Password validation
    9895# https://docs.djangoproject.com/en/5.1/ref/settings/#auth-password-validators
     
    113110]
    114111
    115 
    116112# Internationalization
    117113# https://docs.djangoproject.com/en/5.1/topics/i18n/
     
    125121USE_TZ = True
    126122
    127 
    128123# Static files (CSS, JavaScript, Images)
    129124# https://docs.djangoproject.com/en/5.1/howto/static-files/
Note: See TracChangeset for help on using the changeset viewer.