Skip to content

Commit ddfe977

Browse files
BE: Add forgotten setup() from super() (#666)
2 parents 8478ef7 + 5eb062d commit ddfe977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/projectify/settings/production.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ class Production(Base):
158158
@classmethod
159159
def setup(cls) -> None:
160160
"""Set ADMINS from ADMIN_NAME and ADMIN_EMAIL."""
161+
super().setup()
161162
admin_name = os.getenv("ADMIN_NAME")
162163
if admin_name is None:
163164
warnings.warn("ADMIN_NAME environment variable not set")

0 commit comments

Comments
 (0)