Collaborate calendar for Copenhagen area
- Python 3.6+
- SQLite3 (development)
sudo apt install libsqlite3-dev
- Postgres (deployment)
Install the project and the development dependencies into a virtual environment:
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install --editable ".[dev]"
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver
More details to come, but for now, just open a PR and wait for Travis or run this:
pytest
First create a new directory in the apps
directory:
mkdir src/dukop/apps/name
Then pass the path to the new directory to the startapp command:
./manage.py startapp name src/dukop/apps/name