Tuesday, December 25, 2012

hooray

It works!

[django + mezzanine + apache2 + wsgi] on fedora 17 and ubuntu 12.04

how to:
  1. collect static files for mezzanine
    python manage.py collectstatic
  2. put static and template files under the mezzaine application directory
  3. 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