Initial commit from monorepo

This commit is contained in:
Ruslan Bakiev
2026-01-07 09:17:51 +07:00
commit eb2ffd50f2
13 changed files with 1190 additions and 0 deletions

6
geo_app/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class GeoAppConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'geo_app'