importd is django based mini framework inspired from sinatra. Fully compatible with django. This repository is boilerplate code for importd.
- HTML5 Boilerplate 4.3.0
- Jinja2 support
- Django Debug Toolbar support
- Django REST framework support
pip install -r requirements.txt
python sella/app.py syncdb
python sella/app.py runserver_pluspython sella/app.py test --exe sella demo api- http://127.0.0.1:8000/ : Jinja2 sample
- http://127.0.0.1:8000/demo/filters/jinja2 : jinja2 filter sample
- http://127.0.0.1:8000/api/v1/users/1 : django rest framework sample