Skip to main content

A django-cms application for managing an events calendar.

Project description

django-cms-simple-events
========================

A django-cms application for managing an events calendar.

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

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


Getting Started
===============

1. Add simple_events to your installed apps and syncdb
(or migrate, if you have south installed).

Your installed apps should look something like this:

INSTALLED_APPS = (
...
'simple_events',
)

3. Run `python manage.py syncdb` to create the simple_events models.

Project details


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