Re: Django Admin: object history not working

2021-06-22 Thread Ryan Kite
try. > > On Tue, 22 Jun 2021 at 00:48, Ryan Kite wrote: > >> Hello, >> >> The issue is when clicking the "History" button on an object from the >> Django admin site, it opens to the template but says "*This object >> doesn't have a change hi

Django Admin: object history not working

2021-06-21 Thread Ryan Kite
Hello, The issue is when clicking the "History" button on an object from the Django admin site, it opens to the template but says "*This object doesn't have a change history. It probably wasn't added via this admin site."* >From reading the docs it appears that: *history_view*() already exists

Re: Tables missing in SQLite but viewable in admin (confusion)

2021-05-29 Thread Ryan Kite
the one that is being read by Django. E.g. move the database file somewhere > else (and restart Django) and make sure that the data in Django admin is > gone. > > Antonis Christofides+30-6979924665 <+30%20697%20992%204665> (mobile) > > > On 29/05/2021 02.56, Ryan Kite wrote

integrate vue js with django

2019-07-15 Thread Ryan Kite
This article has a working code sample for getting Vue and Django to work, NOTE: use the Git repo linked at the very end. The code samples in the articles are just for reading. https://medium.com/quick-code/crud-app-using-vue-js-and-django-516edf4e4217 -- You received this message because