supercodepoet / django-skylark

A toolchain for developing large web applications on top of Django

Home Page:http://github.com/localbase/django-crunchyfrog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

Web development can be a pain. HTML, CSS, Javascript, DOM; it's a few inches shy of bamboo under your fingernails. If you have a large application with a few people working on it can get even worse.

Django Skylark attempts to make some of this better by:

  • Letting you describe your pages and something else assemble it
  • Managing your media
  • Providing a thin Javascript framework for those that don't need magic

Using Django Skylark

Django Skylark is a Django app. You can install it with pip:

pip install django-skylark

Inside your settings.py add the following:

INSTALLED_APPS = (
    'skylark',
)

Documentation

You can view it online.

Or run these commands to build it locally

python bootstrap.py --distribute
./bin/buildout
cd docs
make html; open _build/html/index.html

About

A toolchain for developing large web applications on top of Django

http://github.com/localbase/django-crunchyfrog


Languages

Language:JavaScript 58.5%Language:Python 33.7%Language:Java 7.6%Language:Shell 0.2%