sys info1

This commit is contained in:
Ali
2023-10-23 08:56:59 +03:30
parent 818190a797
commit fe57b97f74
15 changed files with 102 additions and 0 deletions

6
Django/info/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class InfoConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "info"