Nimittxo / Encryptor

A Basic password encryptor that randomizes your password to genrate a strong one
The Unlicense
3 stars 1 forks source link

abg #2

Open Nimittxo opened 1 year ago

Nimittxo commented 1 year ago

""" ASGI config for ablog 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.2/howto/deployment/asgi/ """

import os

from django.core.asgi import get_asgi_application

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

application = get_asgi_application()