Skip to content

BiznetGIO/python-boilerplate

Folders and files

NameName
Last commit message
Last commit date
Aug 16, 2019
Aug 15, 2019
Aug 15, 2019
Aug 16, 2019
Aug 15, 2019
Aug 15, 2019
Aug 16, 2019
Aug 15, 2019
Aug 15, 2019
Aug 15, 2019
May 6, 2021
Aug 15, 2019

Repository files navigation

BIZNETGIO PYTHON BOILERPLATE

DEVELOPER SETTING

VIRTUALENV

Setup app in virtual environment python3

virtualenv -p python3 env

ENVIRONMENT

Create your environment copy .env.example to .env and setting your env

REQUIREMENTS

Install package requirements

pip install -r requirements.txt

RUN

python manage.py server

PRODUCTION SETTING

Coming Soon