-
Notifications
You must be signed in to change notification settings - Fork 10
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
add setup_configuration
command
#368
Conversation
fccb0e9
to
463d231
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #368 +/- ##
==========================================
+ Coverage 94.90% 95.22% +0.32%
==========================================
Files 133 142 +9
Lines 4628 5029 +401
==========================================
+ Hits 4392 4789 +397
- Misses 236 240 +4 ☔ View full report in Codecov by Sentry. |
9875d03
to
9109e7e
Compare
9eb272d
to
8ac40e7
Compare
bdabca5
to
f3c34da
Compare
- DEMO_CONFIG_ENABLE=yes | ||
- DEMO_TOKEN=demo-random-string | ||
- DEMO_PERSON=Demo | ||
- [email protected] |
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.
For my information: is there a reason we have a regular docker-compose.yml and a docker-compose-quickstart.yml?
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.
docker-compose-quickstart.yml
was added with the idea of giving quick demo. So the user can follow steps in README and very quickly have Objects API up and running. And it uses the published docker image, so you can just download this file without cloning the whole repo.
I don't know if it's still needed to be honest. You can ask Joeri, he was behind this quickstart thing
With the full command invocation, everything is configured at once and immediately | ||
tested. |
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.
I don't think we have a readthedocs for setup-configuration yet, but maybe it would be nice to have a reference to that here at some point
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.
Good idea. For now setup_configuration lib has just README, I'll put a link for it here
Looks good, just one question and a remark |
…tion command and env vars
…ith update_or_create in config steps
73ed282
to
22bb539
Compare
issue - maykinmedia/django-setup-configuration#1 (Objects API part)