Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

wkentaro/mysite.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysite.com

Apache2 setup

WSGIScriptAlias / /home/ubuntu/mysite.com/mysite/wsgi.py
WSGIPythonPath /home/ubuntu/mysite.com

<VirtualHost *:80>
  <Directory /home/ubuntu/mysite.com/mysite>
    <Files wsgi.py>
      Order deny,allow
      Allow from all
    </Files>
  </Directory>
</VirtualHost>

ref. https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/modwsgi/

About

django tutorial package (mysite.com)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages