Skip to content

lightningkite/django-lightningkite

Repository files navigation

django-lightningkite

a common package for lightningkite projects

index

Installation

Dependencies

Installation

Run the following commands: http

pip install git+https://github.com/lightningkite/django-lightningkite
                                or
pip install git+ssh://github.com/lightningkite/django-lightningkite

import base settings

from django_lightningkite.settings import env, settings

BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
vars().update(settings(BASE_DIR))