django-skylark

Software Screenshot:
django-skylark
Software Details:
Version: 0.4.3
Upload Date: 12 May 15
Developer: Rob Madole
Distribution Type: Freeware
Downloads: 34

Rating: nan/5 (Total Votes: 0)

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 is a Django app that 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

What is new in this release:

  • Added support Django 1.6

What is new in version 0.4.2:

  • Added support for STATIC_ROOT and STATIC_URL for destination for copying media.

Requirements:

  • Python
  • Python
  • Django
  • Django

Other Software of Developer Rob Madole

django-sunset
django-sunset

12 May 15

jig
jig

14 Apr 15

Comments to django-skylark

Comments not found
Add Comment
Turn on images!