Personal DB/Unclassified record
Django - why I stuck? and solution
Ayin Kim
2020. 12. 14. 23:11
반응형
I know I should not waste my time here...but finally, I understood where the problem came from.
[I FORGOT TO ADD A CONTENTS IN THE ADMIN SECTOR. e.g. ROOMS, REVIEWS.]
Very easy. I just forgot to add them all again after I cleaned up the materials for the testing purpose.
Least now I know the code was perfect, and I can proceed to the next phase.
===========
If I face any error with a message "ModuleNotFoundError"; google it with the name of its non-existing module.
After that, just run pip install xxx.
=======
Finally fixed the issue...but random_sequence is not working.
I must fix this one by tomorrow morning.