Skip to content

Commit 8b1d29b

Browse files
committed
Fixed name of ADMIN_URL to correct variable
1 parent de5bd74 commit 8b1d29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MEMBERAPPLICATION_CALLBACKS_HANDLER=examples.handlers.ApplicationHandler
33
MEMBER_CALLBACKS_HANDLER=examples.handlers.MemberHandler
44
TRANSACTION_CALLBACKS_HANDLER=examples.handlers.TransactionHandler
55

6-
ADMIN_URL=admin/
6+
DJANGO_ADMIN_URL=admin/
77
DJANGO_SETTINGS_MODULE=config.settings.production
88
DJANGO_SECRET_KEY=CHANGEME!!!6gihlkt1lhmkpf8^n_%4m0)zljqgg=!bh&uaq*5qogl8^-wuay
99
DJANGO_ALLOWED_HOSTS=.example.com

0 commit comments

Comments
 (0)