Leitech by Projeto Leitech is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Based on a work at https://github.com/Leitech/leitech.
$ cd leitech/leitech
$ pip install -r requirements.txt
.sample
, para o seu:
cp settings_local.py.sample settings_local.py
DATABASES
, dentro do arquivo settings_local file.python manage.py syncdb --migrate
python manage.py runserver
localhost
;
127.0.0.1:8000
python manage.py runserver 8080
--> 127.0.0.1:8080
$ cd leitech/leitech
autodocs
para gerar as páginas html:
$ python manage.py autodocs
index.html
:
$ open ../docs/doc_code/index.html