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

resolve broken circular imports #36

Merged
merged 11 commits into from
May 25, 2024
Merged

Conversation

50-Course
Copy link
Owner

Description

In this PR, I have fixed the broken import links and failing server by refactoring the project;
Restructured the project to have a more organized file structure and fixed the broken import links.

Checklist

  • I have read the Contributing Guidelines
  • I have reviewed the CODE_OF_CONDUCT.md
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • I have updated the README (if appropriate)
  • I have added a note in the CHANGELOG (if appropriate)
  • I have added a note in the CONTRIBUTING.md (if appropriate)

Additional Notes

Screenshots (if appropriate)

UserTypes

Django allows only one type of a user to be created for a project,
howver, you can extend the functionality of this to fit into your
business requiremens. Our project contains three types of users.

This commit address the `common` functionalites across all our user
types
… users

Proxy models provides a clearly intitutive way of adding functionalities
to an existing table without creating a new table for the same object
for complex relationships as when working with Foreign Keys and model
    inheritance.
@50-Course 50-Course merged commit 75ac3db into main May 25, 2024
1 check passed
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.

1 participant