Hi
I am new to barula and probably this is a silly question
I have modified the settings.py as follow
MEDIA_URL = 'http://myfatserver/baruwa/static/'
ADMIN_MEDIA_PREFIX = '/baruwa/media/'

and this are the apache's config
    SetEnv PYTHON_EGG_CACHE /var/tmp
    Alias /baruwa/static
/usr/lib/python2.6/site-packages/baruwa-1.0.2-py2.6.egg/baruwa/static/
    <Directory 
/usr/lib/python2.6/site-packages/baruwa-1.0.2-py2.6.egg/baruwa/static>
        Order deny,allow
        Allow from all
    </Directory>
    WSGIScriptAlias /baruwa/
/usr/lib/python2.6/site-packages/baruwa-1.0.2-py2.6.egg/baruwa/baruwa.wsgi
    <Directory /usr/lib/python2.6/site-packages/baruwa-1.0.2-py2.6.egg/baruwa>
        Order deny,allow
        Allow from all
    </Directory>
    ErrorLog logs/baruwa-error_log
    CustomLog logs/baruwa-access_log common

However when I go on
http://myfatserver/baruwa/ I have a redirect to
http://myfatserver/accounts/login/?next=/baruwa/

Any idea?

Thank you
_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa

Reply via email to