-
Notifications
You must be signed in to change notification settings - Fork 6
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
#99
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #99 +/- ##
==========================================
+ Coverage 94.98% 95.25% +0.27%
==========================================
Files 88 95 +7
Lines 1894 2171 +277
==========================================
+ Hits 1799 2068 +269
- Misses 95 103 +8 ☔ View full report in Codecov by Sentry. |
f8eacc3
to
7e26e1a
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.
Looks good overall, just minor remarks
src/objecttypes/config/objects.py
Outdated
).exists() | ||
|
||
def configure(self): | ||
token_auth, created = TokenAuth.objects.get_or_create( |
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.
Same remark with regards to update_or_create
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.
Changed
… to INSTALLED_APPS
95d348f
to
0257da3
Compare
…pi for django-setup-configuration
No description provided.