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 Feb 28, 2024

  1. Add sync app skeleton

    tofu-rocketry committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8a54ecb View commit details
    Browse the repository at this point in the history
  2. Correct line endings

    tofu-rocketry committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1de7e4a View commit details
    Browse the repository at this point in the history
  3. Add basic models

    tofu-rocketry committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    11308bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    946b7ef View commit details
    Browse the repository at this point in the history
  5. Add urls for sync

    tofu-rocketry committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    badf96f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2202a8e View commit details
    Browse the repository at this point in the history
  7. Correct sync app name

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

    tofu-rocketry committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c8a23aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6aa7854 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77ca127 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3b53487 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    97195b7 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 Feb 28, 2024
    Configuration menu
    Copy the full SHA
    bf0d4f4 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 Feb 28, 2024
    Configuration menu
    Copy the full SHA
    52ef393 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    edb16af View commit details
    Browse the repository at this point in the history