We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c56075 commit b9f79bbCopy full SHA for b9f79bb
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