[django + mezzanine + apache2 + wsgi] on fedora 17 and ubuntu 12.04
how to:
- collect static files for mezzanine
python manage.py collectstatic - put static and template files under the mezzaine application directory
- configure mod_wsgi (conf.d/wsgi.conf) for apache2
there are examples on site of djangoproject:
https://docs.djangoproject.com/en/1.4/howto/deployment/wsgi/modwsgi/
No comments:
Post a Comment