Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install goscalecms

How to install goscalecms

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install goscalecms
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
0.6.a9 Available View build log
 
License
BSD
Lastest release
version 0.6.a9 on May 20th, 2013

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.

Subscribe to package updates

Last updated May 20th, 2013

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.