huesca12 / euler-calc

This is the deployment repository for the online mathematics platform euler-calc.
https://euler-calc.herokuapp.com/
0 stars 1 forks source link

Django Admin Document Does Not Exist Error #4

Closed huesca12 closed 4 years ago

huesca12 commented 4 years ago

Describe the bug Django admin panels says that terminal_rawrequest documents do not exist.

To Reproduce Steps to reproduce the behavior:

  1. Go to euler-calc admin.
  2. Login in to the admin panel.
  3. Click on the Raw Requests link under the terminal header.
  4. Add a Raw Request document.
  5. Click on the newly-created Raw Request.
  6. See the error.

Expected behavior Ideally these documents that do, in fact, exist in the database would be modifiable from the Django admin panel.

Desktop (please complete the following information):

huesca12 commented 4 years ago

Fixed with commits 61d441bc6b43fbf04331ab84ab090e57c7686e0e and 2b441b632d4bab6374b7a4631cf61362c2a79b07 that implemented a uuid in the Raw Request model.