django debug settings

2020-06-01 Thread Alba
I need to change the settings to debug = false but  when I enter 
*server_name* 
.webfaction.com,
 
I  get an error "server IP address could not be found." How can I solve 
this?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f2b75f58-e769-4277-b84d-974474d005c4%40googlegroups.com.


Pass variable by URL to admin views

2010-11-19 Thread Tros Alba
I want to pass a variable by URL to another page in django admin. it
seems it is not working, i want to pass the variable "/?
name=hello",but the url becomes "/?e=1" ( i think this is a redirect
made by Django )... does any one knows how to solve this problem

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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Hierarchical groups

2010-11-18 Thread Tros Alba
I want to organize my groups hierarchically.
How do I proceed?
Sub class Group or create an another model?

Thank you for your suggestions

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.