Skip to content
Snippets Groups Projects
Select Git revision
  • cc03d87c166c3a5490c39f565ff69556e8af7f4c
  • main default
  • ea654-f058f0d5-patch-e23f
3 results

script.js

Blame
  • apps.py 147 B
    from django.apps import AppConfig
    
    
    class AuthAppConfig(AppConfig):
        default_auto_field = "django.db.models.BigAutoField"
        name = "auth_app"