Skip to main content

django based event toolkit

Project description

Notice: 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. Install woodstock with pip:

    pip install woodstock
  3. Make sure that the FeinCMS and Pennyblack Apps are added to your installed apps in your settings.py:

    'woodstock',
  4. Install dependencies (over pip):

  5. 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

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

woodstock-0.1.1.tar.gz (18.6 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