Hi PythonistL,
I gues you should either rename the directory

/home/bmabma/TEMPLATES/Static/

as

/home/bmabma/TEMPLATES/media/

and change in settings.py

 MEDIA_ROOT = "/home/bmabma/TEMPLATES/Static/"

as

 MEDIA_ROOT = "/home/bmabma/TEMPLATES/media/"

or change rewrite rull as

 RewriteRule ^(Static/.*)$ - [L]  instead of

 RewriteRule ^(media/.*)$ - [L]

Reply via email to