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',
)
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-cms-simple-events-0.4.1.tar.gz.
File metadata
- Download URL: django-cms-simple-events-0.4.1.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e19d73de44d62fa4cf959df8a15097e3c5db57f9c633e959c08490ec0d14a1b3
|
|
| MD5 |
7979657966e5ad678356ff523d079721
|
|
| BLAKE2b-256 |
02fc0ae0d0b32ba68ac9ad60099326f6719439bbc37e1ca49355dc1e0198cc5f
|