Skip to main content

A django-cms application for managing an events calendar.

Project description

=============================
Django CMS Simple Events
============================

Name: django-cms-simple-events
Description: A `Django CMS <http://www.django-cms.org/>`_ application for managing an events calendar.
Download: https://bitbucket.org/chucu/django-cms-simple-events


Dependancies
============

- django (tested with 1.5.1)
- django-cms (tested with 2.4)
- django-hvad


Installation
============

Download
--------

From PyPI
'''''''''

You can simply type into a terminal ``pip install django-cms-simple-events`` or ``easy_install django-cms-simple-events``.

Manually
''''''''

You can download from https://bitbucket.org/chucu/django-cms-simple-events.

Unzip the file you downloaded. Then go in your terminal and ``cd`` into the unpacked folder.
Then type ``python setup.py install`` in your terminal.

Setup
-----

Put ``'simple_events'`` in your ``INSTALLED_APPS`` section in settings.py.
Don't forget to syncdb your database or migrate if you're using South.

Example:

INSTALLED_APPS = (
...
'hvad',
'simple_events',
)

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

django-cms-simple-events-0.4.1.tar.gz (10.5 kB view hashes)

Uploaded source

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