portal-core is Portal System Core functions.
- Python >= 3.6
- Django >= 3.2
Install by pip
# install from github master branch pip install -U https://github.com/kacotam-si/portal-core/archive/master.tar.gz
Add "portal_core" to INSTALLED_APPS
INSTALLED_APPS = [ ... 'portal_core', ... ]
Set Valuse in settings
#
Usage
import portal_core