Skip to content

Commit 53ef8d6

Browse files
committed
add in required contrib apps to allow the project to run
These two contrib apps were required to run the populate_cbv command.
1 parent 8894a34 commit 53ef8d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"django_pygmy",
2424
"sans_db",
2525
# Django
26+
"django.contrib.auth",
27+
"django.contrib.contenttypes",
2628
"django.contrib.staticfiles",
2729
]
2830

0 commit comments

Comments
 (0)