Skip to content

Commit 854e9a6

Browse files
Adding app_name change to work during make all call
1 parent 165435b commit 854e9a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/djangoproject/alloc/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
class AllocConfig(AppConfig):
5-
name = "alloc"
5+
name = "djangoproject.alloc"

0 commit comments

Comments
 (0)