Hi All,

I just joined linode and followed there instructions in setting up
Django at http://library.linode.com/lamp-guides/ubuntu-9.10-karmic/.


<VirtualHost *:80>
     ServerAdmin squ...@bucknell.net
     ServerName bucknell.net
     ServerAlias www.bucknell.net
     DocumentRoot /srv/www/bucknell.net/public_html/
     ErrorLog /srv/www/bucknell.net/logs/error.log
     CustomLog /srv/www/bucknell.net/logs/access.log combined
</VirtualHost>

My question is where do I place my django application files?  How can
I setup something like my development machine where I have a
repository on assembla.com where I can check in and out easily to
deploy?

Thank you,
John


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to