Skip to content

base-angewandte/base-common

Repository files navigation

base-common

base-common is a Django app with common implementations used in many base Angewandte projects.

Quick start

  1. Install the package:
pip install base-common
  1. Add base_common to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
    …,
    'base_common',
]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published