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 models.py and create apps.py #26

Closed
moggers87 opened this issue Dec 6, 2019 · 1 comment · Fixed by #28
Closed

Remove models.py and create apps.py #26

moggers87 opened this issue Dec 6, 2019 · 1 comment · Fixed by #28
Labels
enhancement New feature or request

Comments

@moggers87
Copy link
Owner

Modern versions of Django no longer require apps have a models.py if there are no models. AppConfig should be added for completeness sake.

@moggers87 moggers87 added the enhancement New feature or request label Dec 6, 2019
@moggers87
Copy link
Owner Author

We don't need an apps.py as we don't need any signals to be registered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant