# reclama **Repository Path**: mirrors_mozilla/reclama ## Basic Information - **Project Name**: reclama - **Description**: A bug sprint experiment for events - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # reclama A bug sprint experiment for events ## install This assumes that you have already cloned the repo locally and installed `python-virtualenvwrapper`. On first run you should create a new virtualenv `mkvirtualenv reclama -a [your_code_path]` Activate your virtualenv and install requirements: ``` workon reclama pip install -r requirements/dev.txt ``` Set your enviromental variables: `cp .env-dist .env` Setup the database: `./manage.py migrate` And run the app `./manage.py runserver`