We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c56075 + b9f79bb commit 53639a7Copy full SHA for 53639a7
apps.py-tpl
@@ -2,5 +2,5 @@ from django.apps import AppConfig
2
3
4
class {{ camel_case_app_name }}Config(AppConfig):
5
- default_auto_field = 'django_mongodb.fields.ObjectIdAutoField'
+ default_auto_field = 'django_mongodb_backend.fields.ObjectIdAutoField'
6
name = '{{ app_name }}'
0 commit comments