Skip to content

kacotam-si/portal-core

Repository files navigation

portal-core

Django CI COVERALLS Code Climate Issue Count LICENSE MIT

portal-core is Portal System Core functions.

Requirement

  • Python >= 3.6
  • Django >= 3.2

Quick start

  1. Install by pip

    # install from github master branch
    pip install -U https://github.com/kacotam-si/portal-core/archive/master.tar.gz
    
  2. Add "portal_core" to INSTALLED_APPS

    INSTALLED_APPS = [
        ...
        'portal_core',
        ...
    ]
    
  3. Set Valuse in settings

    #
    
  4. Usage

    import portal_core
    

Acknowledgements