RE: Django setup on Win7 - can't import some things

2012-02-13 Thread Bob Carlson
I guess that's it. I was conscious of the different tutorial versions, but must have gotten onto the wrong one at some point. Cheers, Bob -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Brett Epps Sent: Monday, February 13, 2012 1

RE: Django setup on Win7 - can't import some things

2012-02-13 Thread Bob Carlson
I'm now on the 1.2 tutorial, but a similar error message is coming up. The urls.py file is from django.conf.urls.defaults import * from polls.models import Poll info_dict = { 'queryset': Poll.objects.all(), } urlpatterns = patterns('', (r'^$', 'django.views.generic.list_detail.object_lis

RE: django-admin.py startproject doesn't work

2012-02-13 Thread Bob Carlson
I had this problem. I read about *.pth files and found one for the PIL library. I put a file called django.pth in .../site-packages/. I put one line in the pth file: "django\bin". I am confused about the pth file though. Should I have more directories in there? Cheers, Bob -Original Messag

RE: Django setup on Win7 - can't import some things

2012-02-13 Thread Bob Carlson
: django-users@googlegroups.com Subject: Re: Django setup on Win7 - can't import some things Are you sure that you don't have something like: ... urlpatterns = patterns('polls.views', ... instead of the empty string first argument to patterns that you show? On 2/13/12, Bob Carls

Dumb newbie question

2012-02-17 Thread Bob Carlson
I'm well into beginning building my actual app after going through the tutorial, but I have no feel yet for the answer to this question. Can apps share a set of models? My application neatly divides into three pieces, but all the pieces share the same data. Should these be 3 apps or 1? Can apps

RE: Dumb newbie question

2012-02-17 Thread Bob Carlson
I kind of like that suggestion. I just finished refactoring that way. It has the effect of putting the admin and browse stuff with the data model which makes sense to me. Cheers, Bob -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf O

RE: Developing first Django Site -- any advice on co-developing effectively with a professional?

2012-04-20 Thread Bob Carlson
I am in much the same situation, Michael. How did you go about finding a good consultant? Cheers, Bob Eugene, OR - Tucson, AZ -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Michael A Sent: Friday, April 20, 2012 03:41 To: Django

Heroku.com experiences?

2012-05-11 Thread Bob Carlson
f use for ME. Cheers, Bob Bob Carlson | +1 719 571 9228 (office) | +1 541 521 9525 (mobile) b...@rjcarlson.com | rjcarlson49 (aim or skype) From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Andre Terra Sent: Thursday, May 10, 2012 07:53 To: django-

Finding a developer

2012-06-24 Thread Bob Carlson
, is there any difference in cost? Cheers, Bob Bob Carlson | +1 719 571 9228 (office) | +1 541 521 9525 (mobile) b...@rjcarlson.com | rjcarlson49 (aim or skype) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g