Technical Notes - OmegaOoh/ku-tangtee GitHub Wiki
Technical Notes
This page contains knowledge found during the development of this project and resources that have often been look at.
- After migrating to use MySQL as the Database of the project, the data of the model need to be refreshed manually after the changes in the tests for examples:
activities.refresh_from_db()
- django rest framework wiki
- django rest auth docs Restframework for Authenicaiton