- Django example project with bootstrap templates
- Two small apps with simple models, django forms and Bootstrap templating
- create a virtualenv :
virtualenv -p python3 venv
- install python dependencies :
pip install -r requirements.txt
- activate :
source venv/bin/activate
- migrate :
./manage.py migrate
- install static dependencies :
yarn newinstall
(at root level)
Just do:
./manage.py runserver
admin/
lesTaches/home/<param> [name='home']
lesTaches/listing [name='listing']
contacts/ [name='contact']
contacts/detail/<int:cid> [name='detail']
contacts/edit/<int:pers_id> [name='edite']
contacts/del/<int:pers_id> [name='delete']
contacts/list [name='listing']