Skip to content

Commit 01bfffb

Browse files
committed
doc'd the need to remove default_auto_field from apps.py
1 parent a58e5e0 commit 01bfffb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ Migrations for 'admin':
106106
...
107107
```
108108

109+
And whenever you run `python manage.py startapp`, you must remove the line:
110+
111+
`default_auto_field = 'django.db.models.BigAutoField'`
112+
113+
from the new application's `apps.py` file.
114+
109115
## Known issues and limitations
110116

111117
- The following `QuerySet` methods aren't supported:

0 commit comments

Comments
 (0)