pkrush / django-ckc

tools, utilities, etc. we use across projects @ ckc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-ckc CKC

tools, utilities, etc. we use across projects @ ckc

installing

pip install django-ckc
# settings.py
INSTALLED_APPS = (
    "django.contrib.auth",
    "django.contrib.contenttypes",
    "django.contrib.sessions",
    "django.contrib.staticfiles",
    # ... add ckc
    "ckc",
)

distributing

# change version in setup.cfg
$ ./setup.py sdist
$ twine upload dist/*

About

tools, utilities, etc. we use across projects @ ckc

License:MIT License


Languages

Language:Python 100.0%