Hi, when i load my site i have the next code in my view:
current_site = Site.objects.get_current()
def default_index(request):
return render_to_response('doorsFront/default_index.html',
{'current_site':current_site})
I load the site name in my template and i extend this template por
everetin
Hi, when i load my site i have the next code in my view:
current_site = Site.objects.get_current()
def default_index(request):
return render_to_response('doorsFront/default_index.html',
{'current_site':current_site})
I load the site name in my template and i extend this template por
evereting
hi, anyone knows if is possible create an google account for an user
from django code?
thanks
--~--~-~--~~~---~--~~
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@go
hi, when i loggin for first time in django admin interface, the
browser ask me if i want to store the password, if i say yes, later
when i want create a new user, the form is preloaded whit the logged
user info
any ideas?
regards
--~--~-~--~~~---~--~~
You received
Hi, when i store my password on icewasel 3.0.6 private data, and i
want to create a new user, the new user form is preloaded with the
current user's username and password
regards
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Goog
Hello, i have a menu list stored at my database, i want to obtain it
only at start server process, and later when add a menu
entry this list should be updated, i have the following
considerations:
1. I don't want a database query for every request, because menu entry
list would be very low frecue
Hello
I have a form with some required fields:
date : required
patient : (foreing key)
descritpion: required
The patient table can have at least 1000 records, i don't want to
show on a select list, i want to implement another form where i can
searh the patient, i want to know how to do this wit
7 matches
Mail list logo