Hi thanks trying out Mayan EDMS, Django only supports static media (css, html, images) serving ( https://docs.djangoproject.com/en/dev/howto/static-files/#serving-static-files-in-development) for testing and debugging purposes only. To enable this create a settings_local.py file and add the following:
DEBUG=True DEVELOPMENT=True If everything works well remove these and serve static files with your webserver of choice. A sample Apache file is included in /contrib/apache to get you started. On Thursday, March 8, 2012 8:54:15 AM UTC-4, Jeski wrote: > > Hi > > Have installed latest Git-version of Mayam. Was simple. But I do not > get the styles straight. > This is how it looks like now: http://www.pictourl.com/viewer/7c391982 > What can be done about this.? > > > Thanks in advance
