Skip to content
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

Remove django warnings in development environment #1841

Merged
merged 3 commits into from
Sep 6, 2023

Conversation

Dhwaniartefact
Copy link
Contributor

Remove Django 3.2 warnings created during "make bootstrap" in development environment.

warning:
fpr.fpcommand: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.

Reference: https://docs.djangoproject.com/en/3.2/ref/settings/#std-setting-DEFAULT_AUTO_FIELD

Copy link
Member

@replaceafill replaceafill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine @Dhwaniartefact. I don't think we need the McpAppConfig.

src/dashboard/src/fpr/apps.py Outdated Show resolved Hide resolved
src/dashboard/src/components/mcp/apps.py Outdated Show resolved Hide resolved
@Dhwaniartefact Dhwaniartefact force-pushed the dev/issue-remove-Django-warnings-database branch from 8adb897 to 4949dfe Compare September 6, 2023 18:13
@Dhwaniartefact Dhwaniartefact merged commit cf35510 into qa/1.x Sep 6, 2023
18 checks passed
@Dhwaniartefact Dhwaniartefact deleted the dev/issue-remove-Django-warnings-database branch September 6, 2023 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants