Tuesday, December 2, 2014¶
Continued the changes started yesterday.
Converted lino.projects.docs
to the now recommended structure
with Django settings in a separate directory:
mkdir settings
mv settings.py settings/__init.py
and then create files demo.py
and memory.py
.
Checkin and upgrade on The Lino framework.