Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 772 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 772 Bytes

bb-django-library

build status coverage PyPI version python version django version

This is an example repository for a simple Django library.

Install

pip install bb-django-library

Usage

from bb_django_library.models import Foo

Foo.objects.create(bar='foobar')