Finding a developer

2012-06-24 Thread Bob Carlson
I have been planning to implement my backend server in Django/Python but I am
still in the early phases. I thought I ought to look into Ruby on Rails as well.
The technical articles comparing them come out pretty even. It appears that
there is perhaps three times as much RR activity out there as Django/Python. I
am doing prototype work myself right now, but I will need professional help
eventually. That led me to my question.

 

Is it easier to find a Django developer or a Rails developer? Despite there
being more activity around Rails, the availability of developers may not follow.
Also, 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 group, send email to django-users@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.



Heroku.com experiences?

2012-05-11 Thread Bob Carlson
Thanks for the pointer. That's one of the nicest sites I have ever seen. It
makes me want to work with them.

 

Could people out there describe their experiences working with this company? My
needs are low volume, but very high reliability, security and availability. And
of course, ease of 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-users@googlegroups.com
Subject: Re: i need to place my django site on a server, i dont know how to do
it! help!!!

 

Or just deploy on heroku

 

http://heroku.com

 

 

Cheers,

AT

 

On Thu, May 10, 2012 at 11:13 AM, eihli  wrote:

This won't be a complete list but it's what I can remember off the top of my
head.

Things to do:

Install Python

Install Django

Install database software (I chose Postgres. I guess you don't need this if you
are using SQLite3).

Create database and users and assign permissions.

Install mod_wsgi.

Edit your apache httpd.conf file to use mod_wsgi:
http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide

If you are using apache to serve static html files (like your .css or image
files) then you'll need to add an Alias to your apache config. Something like:
Alias /myproject/static/ /var/www/djangoapps/myproject/media/static

 

Here are some links I bookmarked while trying to set up a VPS with Django:

http://www.epicserve.com/blog/2011/nov/3/ubuntu-server-setup-guide-django-websit
es/ 
http://bailey.st/blog/2012/05/02/ubuntu-django-postgresql-and-nginx-a-rock-solid
-web-stack/ 

http://blog.kevin-whitaker.net/post/725558757/running-django-with-postgres-nginx
-and-fastcgi-on 

http://brandonkonkle.com/blog/2010/jun/25/provisioning-new-ubuntu-server-django/


 

 


On Thursday, 10 May 2012 07:23:11 UTC-5, doniyor wrote:

Hi there, 

 

i need a small help: i have a django site, which is ready to test. now i talked
to a hosting service, they had only php and mysql supporting server, but not
django. they gave me a virtual server, where i can install django and put my
site there. now i am stuck. i dont know how to install django on server and
which python modules to install that run my site and where to install. is there
any list of steps to do this kind of job? it would be very helpful. i just dont
find a clue where to start. what i understand is: 

apache is webserver and it is there on server. so i need some module that
supports python, right? i decided for mod_wsgi. i dont know why i decided for
this. before that i installed easy_install then i installed all python packages
including django. now when i log in to server thru Putty including switching to
root, i land to: domainname: /www/vhtdocs/domainname # and this folder has some
html files of my old site. they just copied from old server to this virtual one.
now the question is: is it the place where i can just upload my whole
django-site? 

 

i would be very thanksful for some instructions.. 

 

thanks thanks.

 

Doni 

-- 
You received this message because you are subscribed to the Google Groups
"Django users" group.

To view this discussion on the web visit
https://groups.google.com/d/msg/django-users/-/3jzFFzJ9KoEJ.


To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com
<mailto:django-users%2bunsubscr...@googlegroups.com> .
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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.



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 users
Subject: Developing first Django Site -- any advice on co-developing effectively
with a professional?

Dear Django community,

I'm excited to develop my first site in Django and am trying understand the best
way to approach things. I don't have a strong coding background, but I'm
comfortable with the tutorial, ~3 hours of screencasts, and "Beginning Django
E-Commerce" by James McGaw.

Designed the database and coded the model layer myself... hiring a designer for
the front-end work, and hiring a django developer to co- develop via github.
Worked out the development roadmap and features needed for launch (below).

My goal is to develop 30-50% myself with feedback/review from the professional,
with them coding the rest and me learning from their code. Has anyone tried
something similar before? Any concerns or advice on partnering effectively?

Our feature list is below, with hourly estimates from the developer.
I've starred those I'm aspiring to code myself.
Also interested in whether we can leverage existing code/libraries to solve some
of these challenges. Thanks!!

* - Account Sign-Up with Lost Password - 15 hours
* - Admin Tool: User Manager - 30 hours
Admin Tool: Managing PDF Content - 30 hours Community Forums - 45 hours FAQ/Help
Center Module - 35 hours Single Item Purchase - 15 hours Digital Asset Delivery
- 30 hours
* - Customer Internal: Simple Account Management (password, email) - 5 hours
Customer Internal: User Dashboard - 10 hours
* - Customer Internal: Contact Form - 3 hours
* - System Generated Emails - 15 hours
Data Export Tools (Customer Data) - 12 hours Secure Storage/Delivery of PDFs - 5
hours Page/Form Builds - 20 hours U/X Development - 25 hours Slice Art / Build
Templates - 25 hours

Appreciate any advice you may have on how to approach this project effectively!

Cheers from Tokyo,

-Michael

--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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.



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 Of Tom Evans
Sent: Friday, February 17, 2012 10:12
To: django-users@googlegroups.com
Subject: Re: Dumb newbie question

On Fri, Feb 17, 2012 at 4:15 PM, Babatunde Akinyanmi 
wrote:
> I'm also a noob. If I had code that would use the same models then I 
> would keep everything inside one app but divide them into modules
>

I would say that is slightly sub optimal.

There is nothing wrong with an app that consists solely of models, and another
app which provides views, templates and forms which uses models from the first
app and has no models of its own.

Cheers

Tom

--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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.



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
freely share access to data models?

 

Cheers, Bob

 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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.



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

2012-02-13 Thread Bob Carlson
Thanks. That cleared the View Does Not Exist error. It was left over from the a
previous state of the tutorial.

Cheers, Bob

-Original Message-
From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On
Behalf Of Bill Freeman
Sent: Monday, February 13, 2012 12:32
To: 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 Carlson  wrote:
> 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_list', info_dict),
> 
>
> The error message is
> ViewDoesNotExist at /polls/
> Could not import polls.views.django.views.generic.list_detail. Error 
> was: No module named django.views.generic.list_detail
>
> List_detail is clearly there in the django/generic folder.
>
> Cheers, Bob
>
> -Original Message-
> From: django-users@googlegroups.com 
> [mailto:django-users@googlegroups.com]
> On
> Behalf Of Brett Epps
> Sent: Monday, February 13, 2012 10:12
> To: django-users@googlegroups.com
> Subject: Re: Django setup on Win7 - can't import some things
>
> Hi Bob,
>
> It sounds like you're using the 1.3 or later version of the tutorial.
> Class-based generic views were added in 1.3.  Try this link for the 
> correct
> version:
>
> https://docs.djangoproject.com/en/1.2/intro/tutorial01/
>
> (Note the 1.2 in the URL.)
>
> Hope that helps,
>
> Brett
>
>
> On 2/13/12 10:35 AM, "LostInTheTrees"  wrote:
>
>>I am trying to get started with Django and having some trouble. I'm 
>>using Django 1.2 to reserve the ability to go to Google's app engine 
>>if I want. I have python 2.7 installed and working on Win7. I 
>>unstalled Django 1.2 using the install script and it copied Django 
>>into the site-packages directory.
>>
>>I have been working through the tutorial and am just about finished.
>>However, in the last step, the tutorial uses generic views. When I run 
>>it, I get "cannot import name DetailView". The import command, 
>>straight from the tutorial is "from django.views.generic import 
>>DetailView, ListView".
>>
>>Early on, I could not execute django-admin.py. I had already installed 
>>PIL and I had read about *.pth files in .../site-packages/*. So I 
>>created a file django.pth. In it I put the single line "django\bin".
>>After this, django-admin.py could be easily executed.
>>
>>Do I have to add more lines to django.pth? Is there something else I 
>>missed?
>>
>>-Bob
>>
>>--
>>You received this message because you are subscribed to the Google 
>>Groups "Django users" group.
>>To post to this group, send email to django-users@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.
>>
>
> --
> You received this message because you are subscribed to the Google 
> Groups "Django users" group.
> To post to this group, send email to django-users@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.
>
> --
> You received this message because you are subscribed to the Google 
> Groups "Django users" group.
> To post to this group, send email to django-users@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.
>
>

--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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.



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 Message-
From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On
Behalf Of James Jang
Sent: Monday, February 13, 2012 09:34
To: Django users
Subject: Re: django-admin.py startproject doesn't work

Is "django-admin.py" file in the directory, "Django-1.3.1"??



(If not copy or move the file from in "Django-1.3.1/django/bin/" to
"Django-1.3.1/".)



On 2월13일, 오후4시02분, raddy  wrote:
> I have windows7 OS and have installed Python27 and Django1.3.1 I have 
> also set the path in the environment variables to: C:
> \Python27\;C:\Python27\python.exe;C:\Python27\Scripts;C:\Python27\Lib
> \site-packages\django\bin
>
> Commands like python and import django works well but when i try 
> creating a new project I get the following error:
>
> C:\Python27\Django-1.3.1>django-admin.py startproject mysite 
> 'django-admin.py' is not recognized as an internal or external 
> command, operable program or batch file.
>
> C:\Python27\Django-1.3.1>
>
> Please help!!!

--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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.



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_list', info_dict),


The error message is 
ViewDoesNotExist at /polls/
Could not import polls.views.django.views.generic.list_detail. Error was: No
module named django.views.generic.list_detail

List_detail is clearly there in the django/generic folder.

Cheers, Bob

-Original Message-
From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On
Behalf Of Brett Epps
Sent: Monday, February 13, 2012 10:12
To: django-users@googlegroups.com
Subject: Re: Django setup on Win7 - can't import some things

Hi Bob,

It sounds like you're using the 1.3 or later version of the tutorial.
Class-based generic views were added in 1.3.  Try this link for the correct
version:

https://docs.djangoproject.com/en/1.2/intro/tutorial01/

(Note the 1.2 in the URL.)

Hope that helps,

Brett


On 2/13/12 10:35 AM, "LostInTheTrees"  wrote:

>I am trying to get started with Django and having some trouble. I'm 
>using Django 1.2 to reserve the ability to go to Google's app engine if 
>I want. I have python 2.7 installed and working on Win7. I unstalled 
>Django 1.2 using the install script and it copied Django into the 
>site-packages directory.
>
>I have been working through the tutorial and am just about finished.
>However, in the last step, the tutorial uses generic views. When I run 
>it, I get "cannot import name DetailView". The import command, straight 
>from the tutorial is "from django.views.generic import DetailView, 
>ListView".
>
>Early on, I could not execute django-admin.py. I had already installed 
>PIL and I had read about *.pth files in .../site-packages/*. So I 
>created a file django.pth. In it I put the single line "django\bin".
>After this, django-admin.py could be easily executed.
>
>Do I have to add more lines to django.pth? Is there something else I 
>missed?
>
>-Bob
>
>--
>You received this message because you are subscribed to the Google 
>Groups "Django users" group.
>To post to this group, send email to django-users@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.
>

--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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.



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 10:12
To: django-users@googlegroups.com
Subject: Re: Django setup on Win7 - can't import some things

Hi Bob,

It sounds like you're using the 1.3 or later version of the tutorial.
Class-based generic views were added in 1.3.  Try this link for the correct
version:

https://docs.djangoproject.com/en/1.2/intro/tutorial01/

(Note the 1.2 in the URL.)

Hope that helps,

Brett


On 2/13/12 10:35 AM, "LostInTheTrees"  wrote:

>I am trying to get started with Django and having some trouble. I'm 
>using Django 1.2 to reserve the ability to go to Google's app engine if 
>I want. I have python 2.7 installed and working on Win7. I unstalled 
>Django 1.2 using the install script and it copied Django into the 
>site-packages directory.
>
>I have been working through the tutorial and am just about finished.
>However, in the last step, the tutorial uses generic views. When I run 
>it, I get "cannot import name DetailView". The import command, straight 
>from the tutorial is "from django.views.generic import DetailView, 
>ListView".
>
>Early on, I could not execute django-admin.py. I had already installed 
>PIL and I had read about *.pth files in .../site-packages/*. So I 
>created a file django.pth. In it I put the single line "django\bin".
>After this, django-admin.py could be easily executed.
>
>Do I have to add more lines to django.pth? Is there something else I 
>missed?
>
>-Bob
>
>--
>You received this message because you are subscribed to the Google 
>Groups "Django users" group.
>To post to this group, send email to django-users@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.
>

--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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.