-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/85 manage secure admin panel for django app #86
Feature/85 manage secure admin panel for django app #86
Conversation
56e9dc6
to
5e8af7d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
管理者画面にアクセスし、ユーザーの情報を見ることができました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
動作確認できました。ありがとうございました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認しました.ありがとうございます!
develop into feature/85-manage-secure-admin-panel-for-django-app mergeして問題なければ、完璧でした.
Close #85 .
.env-sample
を参考にADMIN_PANEL_URL
(管理者画面へのパス) ,DJANGO_SUPERUSER_USERNAME
,DJANGO_SUPERUSER_PASSWORD
,DJANGO_SUPERUSER_EMAIL
,NGINX_ORIGIN
(わからなければhttp://localhost:8000
としておく) を設定するlocalhost:8000
へアクセス後、DJANGO_SUPERUSER_EMAIL
とDJANGO_SUPERUSER_PASSWORD
でログインADMIN_PANEL_URL
へアクセスし、DJANGO_SUPERUSER_USERNAME
とDJANGO_SUPERUSER_PASSWORD
でパスワード認証を実施