Basic User-Admin Questions

2007-10-25 Thread Adam D.
I am building a site in which there are many users, who will have there own mini-site, where they can manage contacts, todo lists, etc. The django admin interface is used to administer the 'entire' site. So I assume there wouldn't be many 'user-admin' implementations. How would I create a user-ad

Setting up your django project outside the document root

2007-10-27 Thread Adam D.
I am a newbie. Everywhere I read about django, it suggests to put your django project outside of your servers document root. My question is if my document root is '/var/www/vhosts/domain.com/ doc_root' and I put my project outside of that root, at '/var/www/ vhosts/domain.com/django_site' how do

Re: Setting up your django project outside the document root

2007-10-27 Thread Adam D.
y you sym link it... > I recently did exactly this and wrote up the procedure > here:http://ianlawrence.info/random-stuff/set-up-django-apache-and-postgre... > > hope this helps > Ian > > On 10/27/07, Adam D. <[EMAIL PROTECTED]> wrote: > > > > > > >

More of an apache question...

2007-10-29 Thread Adam D.
...But I can't get it answered anywhere else. I recently installed django, and am storing my projects in... /home/web/django_projects/ I need to set up an ftp user to have access to /home/web/django_projects/ How would I go about doing that? And what address would I put in my ftp explorer? My

Re: More of an apache question...

2007-10-29 Thread Adam D.
thanks, got it working by creating a directory just outside my doc_root On Oct 29, 11:36 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2007-10-29 at 20:22 -0700, Adam D. wrote: > > ...But I can't get it answered anywhere else. > > > I recently instal