Skip to content

Cookie cutter template for business app development with django.

Notifications You must be signed in to change notification settings

DariaKnyazeva/karenina

Repository files navigation

Karenina

All happy teams resemble one another, but each unhappy teams is unhappy in its own way.

static/img//screen.png

Content

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

Quick start

Prerequisites:

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)

Few more commands

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

License

Public Domain. (No copyright, no rights, no license, do whatever you need)

About

Cookie cutter template for business app development with django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published