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
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
2 matches
Mail list logo