Re: Apache Integration?

2009-03-14 Thread timlash
Ferg, Thanks for such a thoughtful reply! Your point about placing my directive inside a directive was well taken. In fact, I did finally find a thread within the group that also spoke well to my problem: http://groups.google.com/group/django-users/browse_thread/thread/8dab49bd8565a53a/57bd8

Apache Integration?

2009-03-14 Thread timlash
I'm running Python 2.4, Django 1.0.2 and Apache2 on my Debian Etch box. I have Apache configured to run multiple websites using the VirtualHost paradigm. I've had an "Under Construction" message in index.html at /var/www/mysitehome/htdocs. Apache served this without problems whenever mysite.com

Re: URL Calls

2009-03-08 Thread timlash
On Mar 7, 5:43 pm, Daniel Roseman wrote: > On Mar 7, 7:59 pm,timlash wrote: > > > I see. Thanks. > > > I've been using render_to_response() without difficulties. Under what > > conditions should I use reverse() vs. render_to_response()? Can they > > be us

Re: URL Calls

2009-03-07 Thread timlash
I see. Thanks. I've been using render_to_response() without difficulties. Under what conditions should I use reverse() vs. render_to_response()? Can they be used interchangeably? Thanks again, Tim On Mar 7, 2:37 pm, Daniel Roseman wrote: > On Mar 7, 4:27 pm, timlash wrote: > &

URL Calls

2009-03-07 Thread timlash
I've read the doc several times but am still confused by the way Django references URLs. I'm running Python 2.4 and Django 1.0.2 on my Debian Etch box. My urls.py reads: from django.conf.urls.defaults import * from django.conf import settings urlpatterns = patterns('my_proj.my_app.vie

Re: Registration Behavior

2009-02-19 Thread timlash
u. are > > you using django-profiles? > > > On Feb 19, 8:24 am, timlash wrote: > > > I'm running Python 2.4, Django 1.0.2 and Django_Registration-0.7 on my > > > Debian Etch box. I'm making decent progress on developing my first > > > Dja

Registration Behavior

2009-02-18 Thread timlash
I'm running Python 2.4, Django 1.0.2 and Django_Registration-0.7 on my Debian Etch box. I'm making decent progress on developing my first Django web app. I've got models, tables, views, templates, registration has successfully sent Gmail and test users have been activated. My first noob problem

Coming Soon

2009-02-03 Thread timlash
Hello! Just finished the four part tutorial and I'm excited to learn more. I can't help but notice that both the 0.96 and latest version of the tutorial end with the same "Coming Soon" section: Coming soon The tutorial ends here for the time being. Future installmen