Whiteboard (Django 1-5)

Python 3.7 installed pip install virtualenv, virtualenvwrapper-win (remove -win for linux) pip freeze: C:\WINDOWS\system32>pip freeze pbr==5.2.1 six==1.12.0 stevedore==1.30.1 virtualenv==16.6.0 virtualenv-clone==0.5.3 virtualenvwrapper-win==1.2.5 mkvirtualenv whiteboard cd and mkdir into app folder, then setprojectdir . (env) pip install django (env) python -m django –version Then we can start the project: django-admin startproject whitebo Then we get the frame […]

Lean Development

Lean development is the application of Lean principles to software development. Lean got its start in manufacturing, as a way to optimize the production line to minimize waste and maximize value to the customer. These two goals are also relevant to software development, which also follows a repeatable process, requires particular quality standards, and relies […]