Re: seeting ur django site doamin name

2014-08-06 Thread Collin Anderson
Generally with apache you set up the domain name using ServerName in VirtualHost. http://httpd.apache.org/docs/2.4/vhosts/name-based.html -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails f

seeting ur django site doamin name

2014-08-06 Thread ngangsia akumbo
I AM CURRENTLY DEPLOYING DJANGO WITH APACHE I WISH TO SET THE MAIN DOMAIN NAME I HAVE THE FOLLOWING URLS from django.conf.urls import patterns, include, url from django.contrib import admin admin.autodiscover() urlpatterns = patterns('', #new urls url(r'^blog/$', 'blog.view