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

Sync page fixes #20

Draft
wants to merge 15 commits into
base: dev
Choose a base branch
from
Draft

Sync page fixes #20

wants to merge 15 commits into from

Commits on Nov 15, 2024

  1. Add sync app skeleton

    tofu-rocketry committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f4ab774 View commit details
    Browse the repository at this point in the history
  2. Correct line endings

    tofu-rocketry committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    444a171 View commit details
    Browse the repository at this point in the history
  3. Add basic models

    tofu-rocketry committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a481f63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    715c09d View commit details
    Browse the repository at this point in the history
  5. Add urls for sync

    tofu-rocketry committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9bd3a87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    753ff70 View commit details
    Browse the repository at this point in the history
  7. Correct sync app name

    tofu-rocketry committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b8af22a View commit details
    Browse the repository at this point in the history
  8. Add sync to apps

    tofu-rocketry committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b2d0237 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3505d91 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e5dd640 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8ba18b6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    425f671 View commit details
    Browse the repository at this point in the history
  13. Fix Py3 compat and incorrect class

    - Absolute imports.
    - Print function.
    - Missing import.
    - Incorrect class reference.
    tofu-rocketry committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    71e0d7a View commit details
    Browse the repository at this point in the history
  14. Fix primary keys

    Can't have more than one field in set as primary key, but can use the
    unique_together option.
    tofu-rocketry committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    29bb932 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ae1578a View commit details
    Browse the repository at this point in the history