Hi,
seeking a way how user ID automatically add in to the integer field,
Django model.
Would anyone know any simple solution?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this gro
like auto_now_add
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to
django-users+un
Find way
models.py
.
uid= models.IntegerField(blank = True, null = True, ...
admin.py
class Media:
js = (
'js/jquery.min.js',
'js/us.js'
)
us.js
$(document).ready(function(){
$(".form-row.uid").css("display","none
3 matches
Mail list logo