Skip to content

Commit 53639a7

Browse files
authored
Merge pull request #2 from Jibola/patch-1
Rename django-mongodb -> django-mongodb-backend
2 parents 2c56075 + b9f79bb commit 53639a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps.py-tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ from django.apps import AppConfig
22

33

44
class {{ camel_case_app_name }}Config(AppConfig):
5-
default_auto_field = 'django_mongodb.fields.ObjectIdAutoField'
5+
default_auto_field = 'django_mongodb_backend.fields.ObjectIdAutoField'
66
name = '{{ app_name }}'

0 commit comments

Comments
 (0)