All happy teams resemble one another, but each unhappy teams is unhappy in its own way.
Cookie cutter template for happy internal tools and business app development with django.
- Django 1.7
- PostgreSQL
- Foundation CSS Framework
- Ready to use Grunt pipeline
- Vagrant/Docker development setup
host$ vagrant up --debug
host$ vagrant ssh
vagrant$ npm install
vagrant$ bower install
vagrant$ grunt build
vagrant$ tox migrate
vagrant$ tox # default: runserver 0.0.0.0:8000
# (host access from http://localhost:9000)
vagrant$ grunt serve # build, watch for css changes, and run django dev server
vagrant$ tox -e test # run tests
vagrant$ tox -e prod shell # run shell with production env and settings
Public Domain. (No copyright, no rights, no license, do whatever you need)