woodstock

Django based event toolkit
Download

woodstock Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Marc Egli
  • Publisher web site:
  • http://github.com/allink/

woodstock Tags


woodstock Description

Django based event toolkit Woodstock is and event manager for Django.InstallationNotice: This is a first draft of an installation guide. It's not finished and complete.1. Make sure you have a working django project setup.2. Create link for woodstock: ln -s /path/to/woodstock/woodstock/ woodstock3. Make sure that the FeinCMS and Pennyblack Apps are added to your installed apps in your settings.py: 'woodstock',4. Install dependencies (over pip): pennyblack5. Add Woodstock Models to south migration modules in your settings.py: SOUTH_MIGRATION_MODULES = { 'woodstock': 'project_name.migrations_woodstock', }6. Run schemamigrations and migrate: ./manage.py schemamigration --initial woodstock ./manage.py migrate Requirements: · Python · Django


woodstock Related Software