Re: How do I set permissions for manual install of 1.3 for ubuntu 11.04?

2011-04-30 Thread jsierra
I figured it out, i chmod -R 775 the django directory located in /usr/local/lib/python2.7/dist-packages and was able to use the commands without sudo. Whether or not that's a good idea, I don't know, but it's my personal laptop anyway. Thanks for tying to help Shawn. Much appreciated. Regards,

Re: How do I set permissions for manual install of 1.3 for ubuntu 11.04?

2011-04-30 Thread jsierra
well, i install using sudo setup.py install and django is installed in /usr/local/lib/python2.7/dist-packages. Everything works fine when I use sudo before each command. I just want to make it less strict in that regard and allow myself to use the commands without having to sudo. I am not sure

How do I set permissions for manual install of 1.3 for ubuntu 11.04?

2011-04-29 Thread jsierra
I installed django 1.3 manually on my laptop, since ubuntu 11.04 does not ship with 1.3 and I want to be able to run django-admin without having to sudo the command when creating projects and subsequently having to use sudo with manage.py. I want to mimic whatever permissions that allowed me to

Re: Looking For A Solid Learning Tutorial

2011-04-13 Thread jsierra
Also http://docs.djangoproject.com/en/1.3/topics/ is another place to look for more focused topics that aren't covered in detail in the tutorials. I found the documentation and tutorials that I find through searching Google to be more than sufficient for learning and figuring my way around

Re: syncdb just hangs/tutorial

2011-04-11 Thread jsierra
Can you provide information on what OS you are using? It may just be a configuration issue. I had to edit the postgresql pg_hba.conf file on my ubuntu setup to make it less strict (for development purposes). https://help.ubuntu.com/community/PostgreSQL read on 'managing the server' section to get