feat: várias melhorias e evoluções no projeto
This commit is contained in:
@ -22,9 +22,9 @@ from pathlib import Path
|
||||
from django.core.wsgi import get_wsgi_application
|
||||
|
||||
# This allows easy placement of apps within the interior
|
||||
# diários_oficiais_alems directory.
|
||||
# diarios_oficiais_alems directory.
|
||||
BASE_DIR = Path(__file__).resolve(strict=True).parent.parent
|
||||
sys.path.append(str(BASE_DIR / "diários_oficiais_alems"))
|
||||
sys.path.append(str(BASE_DIR / "diarios_oficiais_alems"))
|
||||
# We defer to a DJANGO_SETTINGS_MODULE already in the environment. This breaks
|
||||
# if running multiple sites in the same mod_wsgi process. To fix this, use
|
||||
# mod_wsgi daemon mode with each site in its own daemon process, or use
|
||||
|
||||
Reference in New Issue
Block a user