Re: django for end users?

2006-07-13 Thread maphew
thanks for the response eas. I have seen and tried to install some of the django blog apps people have shared but without success (so far). I guess the message here is that there is just no way around setting some time aside to sit down and learn how the pieces go together, that it is not for end

django for end users?

2006-07-11 Thread maphew
okay, here's the background: I've been maintaining some websites since the mid 90s. Most of it badly. I've coded by hand, used dreamweaver, blosxom, twiki, and a few other doodads along the way like wordpress and joomla. I'm sick of all of them and want "a better way". I wouldn't call myself a web

Re: Time Tracking Tool

2006-06-29 Thread maphew
I quite like Task Coach (http://taskcoach.sourceforge.net/). It could use usability improvements like more keyboard shortcuts but for me it's a pretty good 80% solution. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Group

running django from ssh login?

2006-06-01 Thread maphew
Hi there, (newbie warning!) I've installed django from svn on an Ubuntu linux box. When I'm at the local machine, I can run django-admin.py and myproject/manage.py just fine, but when I ssh in from remote I get error messages like: -- $ django-admin.py: /home/matt/src/django/django/core/m

syntax error with tutorial1 in "python manage.py sql polls" step

2006-03-24 Thread maphew
Hi, at the ''python manage.py sql polls'' step of the [http://www.djangoproject.com/documentation/tutorial1/ poll tutorial] I get a syntax error: {{{ [EMAIL PROTECTED]:~/code/djtutor$ python manage.py sql polls Traceback (most recent call last): File "manage.py", line 11, in ? execute_manag