Re: Serve different page to IE7/8?

2010-11-22 Thread Max Countryman
Conditional stylesheets vs CSS hacks? Paul Irish says the answer is neither: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ On Nov 21, 2010, at 7:54 PM, Victor Hooi wrote: > I know this is a bit of a hack, but what's the best way to serve up a > different templa

Re: Cherokee for home developing

2010-11-01 Thread Max Countryman
Nov 1, 2010, at 3:21 PM, Max Countryman wrote: > Karim, I would set it up using a UNIX socket. Then all you have to do is rm > the socket path. :) There is no need to kill uWSGI in that case. > > On Nov 1, 2010, at 3:13 PM, Karim Gorjux wrote: > >> On Sun, Oct 31, 2010 at 01

Re: Cherokee for home developing

2010-11-01 Thread Max Countryman
Karim, I would set it up using a UNIX socket. Then all you have to do is rm the socket path. :) There is no need to kill uWSGI in that case. On Nov 1, 2010, at 3:13 PM, Karim Gorjux wrote: > On Sun, Oct 31, 2010 at 01:27, Max Countryman wrote: >> Yes, absolutely. :D Good luck! >

Re: Cherokee for home developing

2010-10-30 Thread Max Countryman
Yes, absolutely. :D Good luck! On Oct 30, 2010, at 5:04 PM, Karim Gorjux wrote: > Yes, I noted that when I edit a url and sometimes the code, I have to > kill the fastcgi process to see the result in the browser. I think > that I could run the fastcgi as explained in the django documentation: >

Re: Cherokee for home developing

2010-10-29 Thread Max Countryman
This may be of use to anyone using any version of Cherokee prior to 1.09: http://lists.octality.com/pipermail/cherokee/2010-September/013432.html There are several threads that detail the manual set up process. But the key here is that the wizard is, as Roberto states, "(currently) totally broke

Re: Cherokee for home developing

2010-10-29 Thread Max Countryman
Generally, yes. If you're using a socket, you can rm the socket path each time you update. That will avoid the need to restart Cherokee. On Oct 29, 2010, at 4:31 AM, Karim Gorjux wrote: > I have just one question. While I'm editing the source of the project, > to see the result I have always to

Re: Cherokee for home developing

2010-10-29 Thread Max Countryman
Rob, I don't want to email you directly. I'm sure you're a nice guy and everything, but I'm on this list to contribute to the list. Please stop asking this. That *is* obnoxious. I'm sorry you see my comments as unhelpful or "unconstructive[sic]", however please remember you are not the only o

Re: Cherokee for home developing

2010-10-29 Thread Max Countryman
On Oct 29, 2010, at 5:45 AM, Robbington wrote: > Actually I mentioned Uwsgi, You missed where I referenced, where was here: On Oct 28, 2010, at 2:27 PM, Karim Gorjux wrote: > Now I solved all my problems working with settings.py. Seems that also > the debug works, but If I'll be again in troub

Re: Cherokee for home developing

2010-10-28 Thread Max Countryman
He mentioned uwsgi. He should know that the wizard is currently broken. That means that it produces a configuration that doesn't work properly. Please refer to the Cherokee mailing list of you're unaware of these issues. It should be fixed in v1.09 which is coming soon. Thanks! On Oct 28, 2010,

Re: Cherokee for home developing

2010-10-28 Thread Max Countryman
Oh I forgot to mention! Do not use the uwsgi wizard: it's currently broken. Expect a fix soon and refer to the various threads detailing the set up process without the wizard on Cherokee's mailing list. On Oct 28, 2010, at 14:06, Robbington wrote: > Glad to finally see some one using Cherokee

Re: Cherokee for home developing

2010-10-28 Thread Max Countryman
Rob, I have been using Cherokee for Django deployment for almost a year now. I know several other devs who prefer it as well. Also there's always some activity on the Cherokee list itself related to Django. On Oct 28, 2010, at 14:06, Robbington wrote: > Glad to finally see some one using Ch

Re: What does an ideal django workflow setup look like?

2010-10-22 Thread Max Countryman
There was a great article on HN regarding project structure although now I can't seem to find it. Perhaps someone has it bookmarked? On Oct 22, 2010, at 11:02, Ken wrote: > *I've Googled, but have not found any really organized and layman- > friendly overview, which is why I came here* > > I k

Re: SITE_ID

2010-09-25 Thread Max Countryman
Have you set SITE_ID in your settings.py file and run 'python manage.py syncdb'? On Sep 25, 2010, at 10:59 AM, craphunter wrote: > Yes, I have read it, but I don't really get it. What ist the meaning? > What do I have to do?! > > Craphunter > > On 25 Sep., 16:50, craphunter wrote: >> Hey, >>

Re: SITE_ID

2010-09-25 Thread Max Countryman
http://docs.djangoproject.com/en/dev/ref/settings/?from=olddocs#site-id On Sep 25, 2010, at 10:50 AM, craphunter wrote: > Hey, > > I do have problem with SITE_ID. I don't really get this. What is it? > > I am using the django registration from bitbucker. When I click on > register I get the fol

Re: third party application with Django

2010-09-03 Thread Max Countryman
Why not set that up within Apache? On Sep 3, 2010, at 4:30, Goran wrote: > I need to install some php application (forum) in some folder domain/ > forum How can I do this? Django 1.2 Appache with FastCgi, shared > hosting. Is it possible to exclude url "domain/forum" from django > somehow? > >

Re: Multiple django projects

2010-09-02 Thread Max Countryman
Absolutely! :) On Sep 2, 2010, at 12:12 PM, commonzenpython wrote: hey, guys is it possible to have multiple django projects in one server ? -- 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...