Skip to content

Abstract Django base models to act as building blocks for rapid development of Django database models

License

Notifications You must be signed in to change notification settings

kaoslabsinc/django-building-blocks

Repository files navigation

Django Building Blocks

Abstract Django base models to act as building blocks for rapid development of Django database models

Development and Testing

IDE Setup

Add the example directory to the PYTHONPATH in your IDE to avoid seeing import warnings in the tests modules. If you are using PyCharm, this is already set up.

Running the Tests

Install requirements

pip install -r requirements.txt

For local environment

pytest

For all supported environments

tox

About

Abstract Django base models to act as building blocks for rapid development of Django database models

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published