There are many things available "by default" in other frameworks; but
Django has chose to keep the core focused on doing key things well (I won't
say "simple"). For everything else, the plugin/app approach can be used to
support your project's specific needs.
So "auditing" is actually a comple
Hello,
You must create it over models.py. please Take a Look Here
https://stackoverflow.com/questions/2771676/django-datetime-issues-default-datetime-now
Another field Like Lastchangefromuser you must created it AS onetoone field
in models.py and in Views you can Insert requests.user to fill curr
You can see it in ADMIN tables of Django
Gabriel Araya Garcia
GMI - Desarrollo de Sistemas Informáticos
99.7721.15.70
El vie., 22 may. 2020 a las 17:39, Sujata Aghor ()
escribió:
> I am looking to create a database audit fields such as 'created by' , '
> modified by', 'created on time', ' modi
I am looking to create a database audit fields such as 'created by' , '
modified by', 'created on time', ' modified on time' and Archive table
where i can see the changes over the time about perticular row.
this was possible in web2py automatically. Does anyone knows any such thing
exist in Dja
4 matches
Mail list logo