Skip to content

Commit

Permalink
Merge pull request #2 from Jibola/patch-1
Browse files Browse the repository at this point in the history
Rename django-mongodb -> django-mongodb-backend
  • Loading branch information
aclark4life authored Jan 17, 2025
2 parents 2c56075 + b9f79bb commit 53639a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps.py-tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ from django.apps import AppConfig


class {{ camel_case_app_name }}Config(AppConfig):
default_auto_field = 'django_mongodb.fields.ObjectIdAutoField'
default_auto_field = 'django_mongodb_backend.fields.ObjectIdAutoField'
name = '{{ app_name }}'

0 comments on commit 53639a7

Please sign in to comment.