-
-
Notifications
You must be signed in to change notification settings - Fork 62
Remove duplicate code from app & api #8
Copy link
Copy link
Open
Labels
enhancement ⭐New feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wanted 🙌Extra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancement ⭐New feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wanted 🙌Extra attention is neededExtra attention is needed
Currently the implementation of updating the db is almost the same in
app&apiA possible solution is to shift this post method in
serializers.py.