Update Django and dependencies, add app path configuration

This commit is contained in:
pacnpal
2025-02-06 13:58:57 -05:00
parent 19852207f6
commit 7d25d6f992
3 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
from django.apps import AppConfig
import os
class LocationConfig(AppConfig):
path = os.path.dirname(os.path.abspath(__file__))
default_auto_field = 'django.db.models.BigAutoField'
name = 'location'