Re: [mezzanine-users] Admin navigation

2014-02-18 Thread Sebastian Clemens
have a width of 100% - it then might completely > cover the main navigation of someone's site, rendering it useless. > > If you think about these types of things for a while, you'll see why the > current version is so extremely minimal and non-invasive. > > > >

Re: [mezzanine-users] Admin navigation

2014-02-18 Thread Sebastian Clemens
I love it! But this makes the list under draft posts redondant. Btw: What about improving the admin toolbar on front editing, we could give it a width of 100% and put the drodown menu in it. Am Dienstag, 18. Februar 2014 00:14:59 UTC+1 schrieb Stephen McDonald: > > > > On Tue, Feb 18, 2014 at 5:

[mezzanine-users] Re: serve media files on my local development server

2014-02-06 Thread Sebastian Clemens
Now I made a local revert of https://github.com/stephenmcd/mezzanine/commit/67aaae401fe47c55960236c8f3472f2d4c16e3d0 and everything works. Don't know what happened. Am Donnerstag, 6. Februar 2014 12:32:30 UTC+1 schrieb Sebastian Clemens: > > Since Stephen's changes and my la

[mezzanine-users] Re: serve media files on my local development server

2014-02-06 Thread Sebastian Clemens
Since Stephen's changes and my last git pull, the media files won't served anymore on a default project. Can anyone confirm this? Am Donnerstag, 6. Februar 2014 00:02:33 UTC+1 schrieb Eduardo Rivas: > > As Stephen said, it is recommended you only use STATIC_ROOT to contain > files rounded up by

Re: [mezzanine-users] serve media files on my local development server

2014-02-04 Thread Sebastian Clemens
ified Mezzanine's runserver to also serve up > files under STATIC_ROOT, so while it's probably not an ideal location to > store files, it'll work locally now as it would when deployed. > > > https://github.com/stephenmcd/mezzanine/commit/67aaae401fe47c55960236c8f34

Re: [mezzanine-users] serve media files on my local development server

2014-02-04 Thread Sebastian Clemens
ld compare your settings.py to the default one (https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/project_template/settings.py) and see if there are any differences. If you start a new Mezzanine project does it work? On Tue, Feb 4, 2014 at 9:10 AM, Sebastian Clemens mailto:m...

Re: [mezzanine-users] serve media files on my local development server

2014-02-04 Thread Sebastian Clemens
; > On Tue, Feb 4, 2014 at 9:10 AM, Sebastian Clemens < > ma...@sebastian-clemens.de > wrote: > >> Oh, of course >> >> Traceback (most recent call last): >> File "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run >> self.result = app

Re: [mezzanine-users] serve media files on my local development server

2014-02-04 Thread Sebastian Clemens
If I remove STATICFILES_DIR and set STATIC_ROOT (so uses the default config), it will return my image, but it can't find my own css files located in /static/css/, maybe it just find static files in app directories. Am Dienstag, 4. Februar 2014 18:10:56 UTC+1 schrieb Sebastian Clemens: &

Re: [mezzanine-users] serve media files on my local development server

2014-02-04 Thread Sebastian Clemens
(PROJECT_ROOT, *MEDIA_URL.strip("/").split("/")) What's wrong here? Am 04.02.2014 18:05, schrieb Josh Cartmell: Is a traceback displayed in the terminal that is running the dev server? I've seen errors like that when an error occurred and then Django created another er

Re: [mezzanine-users] serve media files on my local development server

2014-02-04 Thread Sebastian Clemens
old user-uploaded files. # Example: "/home/media/media.lawrence.com/media/" MEDIA_ROOT = os.path.join(PROJECT_ROOT, *MEDIA_URL.strip("/").split("/")) What's wrong here? Am Dienstag, 4. Februar 2014 18:05:59 UTC+1 schrieb Josh Cartmell: > > Is a t

[mezzanine-users] serve media files on my local development server

2014-02-04 Thread Sebastian Clemens
Hey, I'm using Ubuntu 13.10 and build sites on the development server (manage.py runserver), but it doesn't serve media files. I tried it with STATICFILES_DIR, but that changed nothing. On my productiv Debian 6 Server, everything works perfect. But locally I just get an "A server error occurre

Re: [mezzanine-users] First post - Cartridge payment gateways

2013-12-29 Thread Sebastian Clemens
Also have a look at this: https://github.com/explodes/cartridge-payments Am Sonntag, 29. Dezember 2013 14:32:49 UTC+1 schrieb Stephen Cheng: > > Hi Stephen > > I just installed Cartridge and gave it a try and wonder if integration > with paypal is as easy as to just confi in settings.py, I did it

[mezzanine-users] A newsletter for mezzanine

2013-12-25 Thread Sebastian Clemens
First I started on a new action in the form administration. A new button called "Write a newsletter" next to the button "View entries". Here you can select an EmailField and write in a textarea an email, with "Send" the text will be send to all emails in the entries. But than I thought: What'