google-code-export / django-page-cms

Automatically exported from code.google.com/p/django-page-cms
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Support storage backends #217

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following line in placeholders.py breaks the ability to use your default 
storage engine of choice (We're using S3):

            storage = FileSystemStorage()

Can we find a better way to do this? settings.py has a DEFAULT_FILE_STORAGE 
attribute for stuff like this.

Original issue reported on code.google.com by snagglepants on 15 Dec 2010 at 4:14

GoogleCodeExporter commented 9 years ago
Sure, create a branch here:

https://github.com/batiste/django-page-cms

Or provide a patch.

Original comment by batiste....@gmail.com on 15 Dec 2010 at 5:14

GoogleCodeExporter commented 9 years ago
Probably not going to have time to fix this one given my contract deadlines, 
but figured I'd report it so the issue is known.

Original comment by snagglepants on 15 Dec 2010 at 6:04

GoogleCodeExporter commented 9 years ago
I gonna see if can do something there. The fix is probably very simple.

Original comment by batiste....@gmail.com on 15 Dec 2010 at 6:08

GoogleCodeExporter commented 9 years ago
I read the documentation an implemented the change:

https://github.com/batiste/django-page-cms/commit/087ede36f36af3989e3875ca69abcb
0106a07ffd

Original comment by batiste....@gmail.com on 16 Dec 2010 at 10:27

GoogleCodeExporter commented 9 years ago
Awesome, thanks!

Original comment by snagglepants on 16 Dec 2010 at 6:52

GoogleCodeExporter commented 9 years ago

Original comment by batiste....@gmail.com on 16 Dec 2010 at 10:01