django based event toolkit
Project description
Notice: This is a first draft of an installation guide. It’s not finished and complete.
Make sure you have a working django project setup.
Install woodstock with pip:
pip install woodstock
Make sure that the FeinCMS and Pennyblack Apps are added to your installed apps in your settings.py:
'woodstock',
Install dependencies (over pip):
icalendar
Add Woodstock Models to south migration modules in your settings.py:
SOUTH_MIGRATION_MODULES = { 'woodstock': 'project_name.migrations_woodstock', }
Run schemamigrations and migrate:
./manage.py schemamigration --initial woodstock ./manage.py migrate
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
woodstock-0.1.0.tar.gz
(18.4 kB
view details)
File details
Details for the file woodstock-0.1.0.tar.gz
.
File metadata
- Download URL: woodstock-0.1.0.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d18ba85faa66de602631e42726d7b713537fa66eecc58eaba024440d46f893b |
|
MD5 | d5c6e6717e5c703522af6d866404465a |
|
BLAKE2b-256 | 4e42111f03083b0aab5e54e59b666291c555bfb3b43ba9b343e99def55796285 |