You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The utils module is a remnant from other django apps where it contained additional logic. It now only contains one method for fetching the imprint. The imprint logic is not used anywhere else, so it can be part of its own individual view. This would also be a more Djangoish way.
The text was updated successfully, but these errors were encountered:
b1rger
changed the title
Replace utils with view
Replace utils with viewsDec 5, 2024
The `utils` module is a remnant from other Django apps where it
contained additional logic. It now only contains one method for fetching
the imprint. The imprint logic is not used anywhere else, so it can be
part of its own individual view, which is a more Django standardized way
of implementing the imprint functionality.
Closes: #134
The `utils` module is a remnant from other Django apps where it
contained additional logic. It now only contains one method for fetching
the imprint. The imprint logic is not used anywhere else, so it can be
part of its own individual view, which is a more Django standardized way
of implementing the imprint functionality.
Closes: #134
The
utils
module is a remnant from other django apps where it contained additional logic. It now only contains one method for fetching the imprint. The imprint logic is not used anywhere else, so it can be part of its own individual view. This would also be a more Djangoish way.The text was updated successfully, but these errors were encountered: