Skip to main content

GoScale CMS

Project description

GoScale CMS is an extension of Django CMS.

It’s a set of unique plugins and useful tools for Django CMS that makes it very powerful by seamlessly integrating content from 3rd party websites like:

  • Blogger and Tumblr

  • Youtube and Vimeo

  • Picasa and Google+

  • Google Calendar and Forms

  • Any RSS/Atom feeds

But it’s more than just content. GoScale plugins add some fancy functionality to make this content shine!

It’s perfect for quickly building Mashups and Media heavy sites.

Website: http://goscalecms.com

GitHub repository: https://github.com/sternoru/goscalecms

Documentation

Please, read our documentation for the details on installing and using GoScale CMS and it’s plugins.

Getting help

Feel free to file issues on github or write to our mailing list.

Credits

Developed with

goscale/static/goscale/img/pycharm_logo142x29.gif

Quick start

We’re assuming you’re already running a functional version of Django CMS. If not, follow their tutorial first:

Install “goscalecms” using pip or easy_install:

pip install goscalecms

Add “goscale” and desired plugins to your INSTALLED_APPS in settings.py like this:

INSTALLED_APPS = (
    ...
    'goscale',
    'goscale.plugins.videos',
    'goscale.plugins.pictures',
    'goscale.plugins.feeds',
    'goscale.plugins.forms',
    'goscale.plugins.calendar',
    'goscale.plugins.presentations',
)

Add GoScale URL patterns to urls.py:

urlpatterns = patterns('',
    url(r'^admin/', include(admin.site.urls)),
    url(r'^goscale/', include('goscale.urls')),
    url(r'^', include('cms.urls')),
)

Sync your Database:

python manage.py syncdb
python manage.py migrate

Good to go!

Now if you run you Django server you should have GoScale plugins available for your CMS placeholders.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

goscalecms-0.5.6.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

goscalecms-0.5.6-py2.7.egg (603.0 kB view details)

Uploaded Source

File details

Details for the file goscalecms-0.5.6.tar.gz.

File metadata

  • Download URL: goscalecms-0.5.6.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for goscalecms-0.5.6.tar.gz
Algorithm Hash digest
SHA256 691bddb470773cd933c3c79b38365181f5ca71b94ee54a062379ad3b2370f6c7
MD5 3b3ac4ab0be8ead19b221f5c96a9555e
BLAKE2b-256 de2c179f9ebf84e27871cd718a11f3a89ee85c079183a1f63cd21e006cc9d5bb

See more details on using hashes here.

File details

Details for the file goscalecms-0.5.6-py2.7.egg.

File metadata

File hashes

Hashes for goscalecms-0.5.6-py2.7.egg
Algorithm Hash digest
SHA256 04468faa881a774142cc74f5d042aa2f6ffa101a8d4a47d902977c2e434a56ef
MD5 6e2fb0deaa45e6e201d2cf671d47caa6
BLAKE2b-256 4e35d5bd4f49850fd85afbe023456e384c38485bca1c8841038ee7394b051526

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page