Your IP : 216.73.217.174


Current Path : /home/dide1435/kamaftransports.com/
Upload Files:
Current File: /home/dide1435/kamaftransports.com/doucoder.zip

PKJ�\��/��wsgi.pynu�Iw��"""
WSGI config for project project.

It exposes the WSGI callable as a module-level variable named ``application``.

For more information on this file, see
https://docs.djangoproject.com/en/4.0/howto/deployment/wsgi/
"""

import os

from django.core.wsgi import get_wsgi_application

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'doucoder.settings')

application =get_wsgi_application()
PKJ�\�#L8zzurls.pynu�Iw��"""project URL Configuration

The `urlpatterns` list routes URLs to views. For more information please see:
    https://docs.djangoproject.com/en/4.0/topics/http/urls/
Examples:
Function views
    1. Add an import:  from my_app import views
    2. Add a URL to urlpatterns:  path('', views.home, name='home')
Class-based views
    1. Add an import:  from other_app.views import Home
    2. Add a URL to urlpatterns:  path('', Home.as_view(), name='home')
Including another URLconf
    1. Import the include() function: from django.urls import include, path
    2. Add a URL to urlpatterns:  path('blog/', include('blog.urls'))
"""


from django.contrib import admin
from django.urls import path
from portfolio import views as viewsPortfolio
from userapp import views as viewUser
from django.contrib.auth.decorators import login_required
from doucoder import settings
from django.conf.urls.static import static
from django.conf.urls import url
from django.contrib.sitemaps.views import sitemap
from portfolio.sitemap import Static_Sitemap

sitemaps = {
    # 'article': Article_Sitemap(),
    'static': Static_Sitemap(),
}

urlpatterns = [
    path('samaportfolio/', admin.site.urls),
    path('', viewsPortfolio.Home.as_view(), name='home'),
    path('portfolio', viewsPortfolio.portfolio, name='portfolio'),
    path('jgj', viewsPortfolio.meet, name='meet'),
    path('devis', viewsPortfolio.devis,),
    path('bc', viewsPortfolio.bc, name='bc'),
    path('mecontacter', viewsPortfolio.meContacter),
    # path('desssitemap', viewsPortfolio.sitemap),

    path('fhkfghfghyftdtdthdthygyjgyjyj',viewUser.Inscription.as_view() , name="registre"),
    path('jyfkjghjfjftftfchkfjftfjf',viewUser.Authentification.as_view() , name="login"),
    path('tlyrityrlhiyrityhri',viewUser.Logout.as_view() , name="logout"),
    path('profile/<username>/',login_required( viewUser.Profile.as_view() ), name='profile'),
    url(r'^sitemap\.xml$', sitemap, {'sitemaps': sitemaps}, name='django.contrib.sitemaps.views.sitemap'),

    path('activate/<uidb64>/<token>/',viewUser.activate, name='activate' ),

    path('tconf',viewUser.conf, name='activate' ),
]+ static(settings.MEDIA_URL)
PKJ�\�c!! __pycache__/wsgi.cpython-310.pycnu�Iw��o

Ѝi��@s0dZddlZddlmZej�dd�e�ZdS)z�
WSGI config for project project.

It exposes the WSGI callable as a module-level variable named ``application``.

For more information on this file, see
https://docs.djangoproject.com/en/4.0/howto/deployment/wsgi/
�N)�get_wsgi_application�DJANGO_SETTINGS_MODULEzdoucoder.settings)�__doc__�os�django.core.wsgir�environ�
setdefault�application�r
r
�,/home/dide1435/doucoder.com/doucoder/wsgi.py�<module>s
	
PKJ�\)���� __pycache__/urls.cpython-310.pycnu�Iw��o

Ѝiz�@sndZddlmZddlmZddlmZddlmZ	ddl
mZddlm
Z
ddlmZddlmZdd	lmZdd
lmZde�iZedejj�ed
ej��dd�edejdd�edejdd�edej�edejdd�edej�ede	j��dd�ede	j ��dd�ede	j!��dd�edee	j"���dd�ededeid d�ed!e	j#d"d�ed#e	j$d"d�gee
j%�Z&d$S)%approject URL Configuration

The `urlpatterns` list routes URLs to views. For more information please see:
    https://docs.djangoproject.com/en/4.0/topics/http/urls/
Examples:
Function views
    1. Add an import:  from my_app import views
    2. Add a URL to urlpatterns:  path('', views.home, name='home')
Class-based views
    1. Add an import:  from other_app.views import Home
    2. Add a URL to urlpatterns:  path('', Home.as_view(), name='home')
Including another URLconf
    1. Import the include() function: from django.urls import include, path
    2. Add a URL to urlpatterns:  path('blog/', include('blog.urls'))
�)�admin)�path)�views)�login_required)�settings)�static)�url)�sitemap)�Static_Sitemaprzsamaportfolio/��home)�name�	portfolioZjgj�meet�devis�bcZmecontacterZfhkfghfghyftdtdthdthygyjgyjyjZregistreZjyfkjghjfjftftfchkfjftfjf�loginZtlyrityrlhiyrityhri�logoutzprofile/<username>/�profilez^sitemap\.xml$�sitemapsz%django.contrib.sitemaps.views.sitemapzactivate/<uidb64>/<token>/�activateZtconfN)'�__doc__Zdjango.contribr�django.urlsrrrZviewsPortfolio�userappZviewUserZdjango.contrib.auth.decoratorsrZdoucoderrZdjango.conf.urls.staticrZdjango.conf.urlsrZdjango.contrib.sitemaps.viewsr	Zportfolio.sitemapr
r�site�urlsZHome�as_viewrrrZmeContacterZInscriptionZAuthentificationZLogoutZProfiler�conf�	MEDIA_URL�urlpatterns�r r �,/home/dide1435/doucoder.com/doucoder/urls.py�<module>s<�

��PKJ�\���2__pycache__/wsgi.cpython-38.pycnu�Iw��U

Ѝi��@s0dZddlZddlmZej�dd�e�ZdS)z�
WSGI config for project project.

It exposes the WSGI callable as a module-level variable named ``application``.

For more information on this file, see
https://docs.djangoproject.com/en/4.0/howto/deployment/wsgi/
�N)�get_wsgi_applicationZDJANGO_SETTINGS_MODULEzdoucoder.settings)�__doc__�osZdjango.core.wsgir�environ�
setdefault�application�rr�doucoder/wsgi.py�<module>s	PKJ�\�iD���#__pycache__/settings.cpython-38.pycnu�Iw��U

�i��@s�dZddlmZddlZddlZddlZdZdZdZdddd	gZ	ej
�ej
�ej
�e
���Zd
ddd
ddddddddgZdddddddgZdZdee�dgd d!d"d#d$d%gid&�gZd'Zd(d)d*d+d,dd-d id.�iZd/d0id/d1id/d2id/d3igZd4Zd5Zd Zd Zd Zd6Zd7Zeed6�ed6gZd8Z d9Z!d:Z"d;Z#d9Z!d<Z$d=Z%dZ&d>Z'd?Z(d@Z)dAddBdCdD�dEdFidG�dHdIdJ�dHdKdLdM�dN�dOdPgdQdR�idS�Z*edT�dUdVdWdX�Z+dYZ,dZd[gZ-ej
�.ed\�Z/dS)]a*
Django settings for project project.

Generated by 'django-admin startproject' using Django 4.0.

For more information on this file, see
https://docs.djangoproject.com/en/4.0/topics/settings/

For the full list of settings and their values, see
https://docs.djangoproject.com/en/4.0/ref/settings/
�)�PathNzBdjango-insecure-1-&^*_t$5cjo*k@)a2nn%-yi8@cvqj^3fp0d46&e*u3!0^rg#$Fzwww.doucoder.com�	localhostz	127.0.0.1zdoucoder.comzdjango.contrib.adminzdjango.contrib.authzdjango.contrib.contenttypeszdjango.contrib.sessionszdjango.contrib.messageszdjango.contrib.staticfileszdjango.contrib.sitemapsZ	portfolioZuserapp�cloudinary_storage�
cloudinaryZsass_processorz-django.middleware.security.SecurityMiddlewarez4django.contrib.sessions.middleware.SessionMiddlewarez)django.middleware.common.CommonMiddlewarez)django.middleware.csrf.CsrfViewMiddlewarez7django.contrib.auth.middleware.AuthenticationMiddlewarez4django.contrib.messages.middleware.MessageMiddlewarez6django.middleware.clickjacking.XFrameOptionsMiddlewarez
doucoder.urlsz/django.template.backends.django.DjangoTemplatesz
/templatesTZcontext_processorsz(django.template.context_processors.debugz*django.template.context_processors.requestz+django.contrib.auth.context_processors.authz3django.contrib.messages.context_processors.messages)�BACKENDZDIRS�APP_DIRS�OPTIONSzdoucoder.wsgi.application�defaultzmysql.connector.djangoZdide1435_doucoder_dbZdide1435_doucoder_userz0zq4#T-vA_!3Z
autocommit)�ENGINE�NAME�USER�PASSWORD�HOSTrrzHdjango.contrib.auth.password_validation.UserAttributeSimilarityValidatorz>django.contrib.auth.password_validation.MinimumLengthValidatorz?django.contrib.auth.password_validation.CommonPasswordValidatorz@django.contrib.auth.password_validation.NumericPasswordValidatorzen-us�UTCz/static/z)/home/dide1435/doucoder.com/public/staticzdjango.db.models.BigAutoFieldz/images/z6django.contrib.messages.storage.session.SessionStorage)z)django.contrib.auth.backends.ModelBackendz+django.core.mail.backends.smtp.EmailBackendzmail.doucoder.comi�zmail@doucoder.comzDoucoder1998626354@�zs%(asctime)s [%(process)d] [%(levelname)s] pathname=%(pathname)s lineno=%(lineno)s funcname=%(funcName)s %(message)sz%Y-%m-%d %H:%M:%S)�format�datefmtrz%(levelname)s %(message)s)�verboseZsimple�DEBUGzlogging.NullHandler)�level�classzlogging.StreamHandlerr)rr�	formatter)�null�consoleZ
testloggerr�INFO)�handlersr)�versionZdisable_existing_loggersZ
formattersrZloggersZ,klkjdkfjsdfjskdlfjsdlkfjslkdfjslfjskfjdslkfsZ
mbodjitechZ614896928748579zs3e-M0644jLo1g9KEl3nWS9LXNo)Z
CLOUD_NAMEZAPI_KEYZ
API_SECRETz1cloudinary_storage.storage.MediaCloudinaryStoragez7django.contrib.staticfiles.finders.AppDirectoriesFinderz sass_processor.finders.CssFinder�static)0�__doc__�pathlibr�osrr�
SECRET_KEYr�DEBUG_PROPAGATE_EXCEPTIONS�
ALLOWED_HOSTS�path�dirname�abspath�__file__ZBASE_DIR�INSTALLED_APPS�
MIDDLEWARE�ROOT_URLCONF�str�	TEMPLATES�WSGI_APPLICATION�	DATABASES�AUTH_PASSWORD_VALIDATORS�
LANGUAGE_CODE�	TIME_ZONE�USE_I18N�USE_L10N�USE_TZ�
STATIC_URL�STATIC_ROOT�print�STATICFILES_DIRS�DEFAULT_AUTO_FIELD�	MEDIA_URL�MESSAGE_STORAGE�AUTHENTICATION_BACKENDS�
EMAIL_BACKEND�
EMAIL_HOST�
EMAIL_USE_TLS�
EMAIL_PORT�EMAIL_HOST_USER�EMAIL_HOST_PASSWORD�LOGGINGZCLOUDINARY_STORAGE�DEFAULT_FILE_STORAGE�STATICFILES_FINDERS�joinZSASS_PROCESSOR_ROOT�rGrG�0/home/dide1435/doucoder.com/doucoder/settings.py�<module>s���
����������������
������!��PKJ�\U��bb$__pycache__/settings.cpython-310.pycnu�Iw��o

�i��@s�dZddlmZddlZddlZddlZdZdZdZgd�Z	ej
�ej
�ej
�e
���Zgd�Zgd�Zd	Zd
ee�dgdd
gd�id�gZdZddddddddid�iZddiddiddiddigZdZdZdZdZdZd Zd!Zeed �ed gZd"Z d#Z!d$Z"d%Z#d#Z!d&Z$d'Z%dZ&d(Z'd)Z(d*Z)d+dd,d-d.�d/d0id1�d2d3d4�d2d5d6d7�d8�d9d:gd;d<�id=�Z*ed>�d?d@dAdB�Z+dCZ,dDdEgZ-ej
�.edF�Z/dS)Ga*
Django settings for project project.

Generated by 'django-admin startproject' using Django 4.0.

For more information on this file, see
https://docs.djangoproject.com/en/4.0/topics/settings/

For the full list of settings and their values, see
https://docs.djangoproject.com/en/4.0/ref/settings/
�)�PathNzBdjango-insecure-1-&^*_t$5cjo*k@)a2nn%-yi8@cvqj^3fp0d46&e*u3!0^rg#$F)zwww.doucoder.com�	localhostz	127.0.0.1zdoucoder.com)zdjango.contrib.adminzdjango.contrib.authzdjango.contrib.contenttypeszdjango.contrib.sessionszdjango.contrib.messageszdjango.contrib.staticfileszdjango.contrib.sitemapsZ	portfolioZuserapp�cloudinary_storage�
cloudinaryZsass_processor)z-django.middleware.security.SecurityMiddlewarez4django.contrib.sessions.middleware.SessionMiddlewarez)django.middleware.common.CommonMiddlewarez)django.middleware.csrf.CsrfViewMiddlewarez7django.contrib.auth.middleware.AuthenticationMiddlewarez4django.contrib.messages.middleware.MessageMiddlewarez6django.middleware.clickjacking.XFrameOptionsMiddlewarez
doucoder.urlsz/django.template.backends.django.DjangoTemplatesz
/templatesTZcontext_processors)z(django.template.context_processors.debugz*django.template.context_processors.requestz+django.contrib.auth.context_processors.authz3django.contrib.messages.context_processors.messages)�BACKENDZDIRS�APP_DIRS�OPTIONSzdoucoder.wsgi.application�defaultzmysql.connector.djangoZdide1435_doucoder_dbZdide1435_doucoder_userz0zq4#T-vA_!3rZ
autocommit)�ENGINE�NAME�USER�PASSWORD�HOSTrrzHdjango.contrib.auth.password_validation.UserAttributeSimilarityValidatorz>django.contrib.auth.password_validation.MinimumLengthValidatorz?django.contrib.auth.password_validation.CommonPasswordValidatorz@django.contrib.auth.password_validation.NumericPasswordValidatorzen-us�UTCz/static/z)/home/dide1435/doucoder.com/public/staticzdjango.db.models.BigAutoFieldz/images/z6django.contrib.messages.storage.session.SessionStorage)z)django.contrib.auth.backends.ModelBackendz+django.core.mail.backends.smtp.EmailBackendzmail.doucoder.comi�zmail@doucoder.comzDoucoder1998626354@�zs%(asctime)s [%(process)d] [%(levelname)s] pathname=%(pathname)s lineno=%(lineno)s funcname=%(funcName)s %(message)sz%Y-%m-%d %H:%M:%S)�format�datefmtrz%(levelname)s %(message)s)�verbose�simple�DEBUGzlogging.NullHandler)�level�classzlogging.StreamHandlerr)rr�	formatter)�null�consoleZ
testloggerr�INFO)�handlersr)�versionZdisable_existing_loggersZ
formattersrZloggersZ,klkjdkfjsdfjskdlfjsdlkfjslkdfjslfjskfjdslkfsZ
mbodjitechZ614896928748579zs3e-M0644jLo1g9KEl3nWS9LXNo)Z
CLOUD_NAMEZAPI_KEYZ
API_SECRETz1cloudinary_storage.storage.MediaCloudinaryStoragez7django.contrib.staticfiles.finders.AppDirectoriesFinderz sass_processor.finders.CssFinder�static)0�__doc__�pathlibr�osrr�
SECRET_KEYr�DEBUG_PROPAGATE_EXCEPTIONS�
ALLOWED_HOSTS�path�dirname�abspath�__file__ZBASE_DIR�INSTALLED_APPS�
MIDDLEWARE�ROOT_URLCONF�str�	TEMPLATES�WSGI_APPLICATION�	DATABASES�AUTH_PASSWORD_VALIDATORS�
LANGUAGE_CODE�	TIME_ZONE�USE_I18N�USE_L10N�USE_TZ�
STATIC_URL�STATIC_ROOT�print�STATICFILES_DIRS�DEFAULT_AUTO_FIELD�	MEDIA_URL�MESSAGE_STORAGE�AUTHENTICATION_BACKENDS�
EMAIL_BACKEND�
EMAIL_HOST�
EMAIL_USE_TLS�
EMAIL_PORT�EMAIL_HOST_USER�EMAIL_HOST_PASSWORD�LOGGINGZCLOUDINARY_STORAGE�DEFAULT_FILE_STORAGE�STATICFILES_FINDERS�joinZSASS_PROCESSOR_ROOT�rHrH�0/home/dide1435/doucoder.com/doucoder/settings.py�<module>s�
���������������
������!��PKJ�\v"��__pycache__/urls.cpython-38.pycnu�Iw��U

Ѝiz�@sndZddlmZddlmZddlmZddlmZ	ddl
mZddlm
Z
ddlmZddlmZdd	lmZdd
lmZde�iZedejj�ed
ej��dd�edejdd�edejdd�edej�edejdd�edej�ede	j��dd�ede	j ��dd�ede	j!��dd�edee	j"���dd�ededeid d�ed!e	j#d"d�ed#e	j$d"d�gee
j%�Z&d$S)%approject URL Configuration

The `urlpatterns` list routes URLs to views. For more information please see:
    https://docs.djangoproject.com/en/4.0/topics/http/urls/
Examples:
Function views
    1. Add an import:  from my_app import views
    2. Add a URL to urlpatterns:  path('', views.home, name='home')
Class-based views
    1. Add an import:  from other_app.views import Home
    2. Add a URL to urlpatterns:  path('', Home.as_view(), name='home')
Including another URLconf
    1. Import the include() function: from django.urls import include, path
    2. Add a URL to urlpatterns:  path('blog/', include('blog.urls'))
�)�admin)�path)�views)�login_required)�settings)�static)�url)�sitemap)�Static_Sitemaprzsamaportfolio/��home)�name�	portfolioZjgj�meet�devis�bcZmecontacterZfhkfghfghyftdtdthdthygyjgyjyjZregistreZjyfkjghjfjftftfchkfjftfjf�loginZtlyrityrlhiyrityhri�logoutzprofile/<username>/�profilez^sitemap\.xml$�sitemapsz%django.contrib.sitemaps.views.sitemapzactivate/<uidb64>/<token>/�activateZtconfN)'�__doc__Zdjango.contribr�django.urlsrrrZviewsPortfolio�userappZviewUserZdjango.contrib.auth.decoratorsrZdoucoderrZdjango.conf.urls.staticrZdjango.conf.urlsrZdjango.contrib.sitemaps.viewsr	Zportfolio.sitemapr
r�site�urlsZHome�as_viewrrrZmeContacterZInscriptionZAuthentificationZLogoutZProfiler�conf�	MEDIA_URL�urlpatterns�r r �,/home/dide1435/doucoder.com/doucoder/urls.py�<module>s<�

��PKJ�\�y���settings.pynu�Iw��"""
Django settings for project project.

Generated by 'django-admin startproject' using Django 4.0.

For more information on this file, see
https://docs.djangoproject.com/en/4.0/topics/settings/

For the full list of settings and their values, see
https://docs.djangoproject.com/en/4.0/ref/settings/
"""

from pathlib import Path
import os
import cloudinary
import cloudinary_storage


# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/4.0/howto/deployment/checklist/

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'django-insecure-1-&^*_t$5cjo*k@)a2nn%-yi8@cvqj^3fp0d46&e*u3!0^rg#$'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG_PROPAGATE_EXCEPTIONS = False
ALLOWED_HOSTS = ['www.doucoder.com','localhost','127.0.0.1','doucoder.com']


# Build paths inside the project like this: BASE_DIR / 'subdir'.
#BASE_DIR = Path(__file__).resolve().parent.parent
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))


# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/




# Application definition

INSTALLED_APPS = [
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',
    'django.contrib.sitemaps',
    'portfolio',
    'userapp',
    'cloudinary_storage',
    'cloudinary',
    'sass_processor',
]

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 = 'doucoder.urls'

TEMPLATES = [
    {
        'BACKEND': 'django.template.backends.django.DjangoTemplates',
        'DIRS': [str(BASE_DIR)+'/templates'],
        '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 = 'doucoder.wsgi.application'



# Database
# https://docs.djangoproject.com/en/3.2/ref/settings/#databases

DATABASES = {
    'default': {
        'ENGINE': 'mysql.connector.django', 
        
        'NAME': 'dide1435_doucoder_db',
        'USER': 'dide1435_doucoder_user',
        'PASSWORD': '0zq4#T-vA_!3',
        'HOST': 'localhost',                     
        'OPTIONS': {
          'autocommit': True,
        },
    }
}


# Password validation
# https://docs.djangoproject.com/en/3.2/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/3.2/topics/i18n/

LANGUAGE_CODE = 'en-us'

TIME_ZONE = 'UTC'

USE_I18N = True

USE_L10N = True

USE_TZ = True


# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/3.2/howto/static-files/

STATIC_URL = '/static/'

STATIC_ROOT = '/home/dide1435/doucoder.com/public/static'
print(BASE_DIR + "/static/")

STATICFILES_DIRS = [
    BASE_DIR + "/static/",
]

# Default primary key field type
# https://docs.djangoproject.com/en/3.2/ref/settings/#default-auto-field

DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'



#MEDIA_ROOT = os.path.join(BASE_DIR, 'images') 
MEDIA_URL = '/images/'


MESSAGE_STORAGE = 'django.contrib.messages.storage.session.SessionStorage'
#DOMAIN='doucoder.com'

#Authentication backends
AUTHENTICATION_BACKENDS = (
        'django.contrib.auth.backends.ModelBackend',
    )



#uploadimage
#MEDIA_ROOT = os.path.join(BASE_DIR, 'images/') 
MEDIA_URL = '/images/'



# EMAIL SERVER 
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'mail.doucoder.com'
EMAIL_USE_TLS = False
EMAIL_PORT = 465
EMAIL_HOST_USER = 'mail@doucoder.com'
EMAIL_HOST_PASSWORD = 'Doucoder1998626354@'



LOGGING = {
    'version': 1,
    'disable_existing_loggers': False,
    'formatters': {
        'verbose': {
            'format': ('%(asctime)s [%(process)d] [%(levelname)s] ' +
                       'pathname=%(pathname)s lineno=%(lineno)s ' +
                       'funcname=%(funcName)s %(message)s'),
            'datefmt': '%Y-%m-%d %H:%M:%S'
        },
        'simple': {
            'format': '%(levelname)s %(message)s'
        }
    },
    'handlers': {
        'null': {
            'level': 'DEBUG',
            'class': 'logging.NullHandler',
        },
        'console': {
            'level': 'DEBUG',
            'class': 'logging.StreamHandler',
            'formatter': 'verbose'
        }
    },
    'loggers': {
        'testlogger': {
            'handlers': ['console'],
            'level': 'INFO',
        }
    }
}

print("klkjdkfjsdfjskdlfjsdlkfjslkdfjslfjskfjdslkfs")


CLOUDINARY_STORAGE = {
    'CLOUD_NAME': 'mbodjitech',
    'API_KEY': '614896928748579',
    'API_SECRET': 's3e-M0644jLo1g9KEl3nWS9LXNo'
}

DEFAULT_FILE_STORAGE = 'cloudinary_storage.storage.MediaCloudinaryStorage'


STATICFILES_FINDERS = [
    'django.contrib.staticfiles.finders.AppDirectoriesFinder',
    'sass_processor.finders.CssFinder',
]

# Django Sass
SASS_PROCESSOR_ROOT = os.path.join(BASE_DIR,'static')PKJ�\�$ܜ��asgi.pynu�Iw��"""
ASGI config for project project.

It exposes the ASGI callable as a module-level variable named ``application``.

For more information on this file, see
https://docs.djangoproject.com/en/4.0/howto/deployment/asgi/
"""

import os

from django.core.asgi import get_asgi_application

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'doucoder.settings')

application = get_asgi_application()
PKJ�\��/��wsgi.pynu�Iw��PKJ�\�#L8zz�urls.pynu�Iw��PKJ�\�c!! o
__pycache__/wsgi.cpython-310.pycnu�Iw��PKJ�\)���� �__pycache__/urls.cpython-310.pycnu�Iw��PKJ�\���2__pycache__/wsgi.cpython-38.pycnu�Iw��PKJ�\�iD���#d__pycache__/settings.cpython-38.pycnu�Iw��PKJ�\U��bb$l(__pycache__/settings.cpython-310.pycnu�Iw��PKJ�\v"��"9__pycache__/urls.cpython-38.pycnu�Iw��PKJ�\�y���SAsettings.pynu�Iw��PKJ�\�$ܜ��Yasgi.pynu�Iw��PK

e�Z