init new apps

This commit is contained in:
2025-09-05 11:34:31 +02:00
parent cc2fe5ed03
commit ac1649fbbb
17 changed files with 125 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'lettings',
'profiles'
]
MIDDLEWARE = [