Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
GoScale CMS <http://goscalecms.com>
_ is an extension of Django CMS <http://django-cms.org>
_.
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:
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
Please, read our documentation <https://goscalecms.readthedocs.org>
_ for the details on installing and using GoScale CMS and it's plugins.
Feel free to file issues on github or write to our mailing list <https://groups.google.com/forum/?fromgroups#!forum/goscale-cms>
_.
Django CMS <http://django-cms.org>
_Sterno.Ru <http://sterno.ru/en/>
_.Evgeny Demchenko <https://github.com/littlepea>
_Developed with ^^^^^^^^^^^^^^
.. image:: goscale/static/goscale/img/pycharm_logo142x29.gif
We're assuming you're already running a functional version of Django CMS. If not, follow their tutorial <http://docs.django-cms.org/en/2.2/getting_started/tutorial.html>
_ 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.
FAQs
GoScale CMS
We found that goscalecms demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.