Skip to content

larsgaardsoe/django-dukop

Repository files navigation

dukop.dk

Build Status

Collaborate calendar for Copenhagen area

Requirements

  • Python 3.6+
  • SQLite3 (development)
    • sudo apt install libsqlite3-dev
  • Postgres (deployment)

Quickstart

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

Running tests

More details to come, but for now, just open a PR and wait for Travis or run this:

pytest

Starting a New App

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

About

Django project and apps for dukop v2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published