Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 563 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 563 Bytes

Build Status

Installing

fab build
fab 'manage:loaddata flatpages.json'

Development environment required

  • python-3.3
  • virtualenv
  • fabric

Usage

  1. Configure settings_local.py exmpl: cp ./project_name/settings_local{_example,}.py
  2. fab build - build site environment
  3. fab run or fab run:0.0.0.0:8080 - run dev server
  4. fab manage:shell, fab manage:'dbshell -h', fab manage:shell\ -h, etc...