You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

dcbase

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dcbase

Base, simple scaling project

1.13.5
Maintainers
1

.. image:: https://img.shields.io/badge/License-GPL%20v3-blue.svg :alt: License: GPL v3 :target: https://www.gnu.org/licenses/gpl-3.0 .. image:: https://img.shields.io/pypi/pyversions/Django.svg :target: https://pypi.python.org/pypi/ansicolortags/ .. image:: https://img.shields.io/badge/version-1.13.5-blue.svg :alt: Version 1.13.5

============= Base REST API

  • Version 1.13.5
  • DigitalCube <http://digitalcube.rs/>_
  • WIKI <https://github.com/digital-cube/BASE/wiki>_

Installation

.. code-block:: console

pip3 install dcbase
pip3 install -r https://raw.githubusercontent.com/digital-cube/BASE/master/requirements.txt

Initialize project

.. code-block:: console

basemanager init project_name

Start project

.. code-block:: console

cd project_name
./project_name

Initialize database

.. code-block:: console

cd project_name
basemanager db_init db_username db_password

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts