Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install django-skylark

How to install django-skylark

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install django-skylark
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.4.6 Available View build log
0.4.3 Available View build log
0.4.1 Available View build log
Windows (64-bit)
0.4.6 Available View build log
0.4.3 Available View build log
0.4.1 Available View build log
Mac OS X (10.5+)
0.4.6 Available View build log
0.4.3 Available View build log
0.4.1 Available View build log
Linux (32-bit)
0.4.6 Available View build log
0.4.3 Available View build log
0.4.1 Available View build log
Linux (64-bit)
0.4.6 Available View build log
0.4.3 Available View build log
0.4.1 Available View build log
 
Author
License
BSD
Lastest release
version 0.4.6 on Apr 7th, 2011

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

News

0.4.6

Release date: 06-Apr-2011

  • Fix to chmod cachedirectory as well
0.4.5

Release date: 06-Apr-2011

  • Setting proper permissions for directories
0.4.4

Release date: 06-Apr-2011

  • Added support for Django's FILE_UPLOAD_PERMISSIONS when copying media
0.4.3

Release date: 01-Apr-2011

  • Added support Dojo 1.6
0.4.2

Release date: 01-Apr-2011

  • Added support for STATIC_ROOT and STATIC_URL for destination for copying media
0.4.0a3

Release date: 28-Jan-2011

  • Added support for rendering less.js on the server side. Need to have less.js installed into node.js
0.4.0a1

Release date: 07-Sep-2010

  • Renamed the project to django-skylark
  • Added support for html5
  • Added support for less.js
  • Upgraded to Dojo 1.5.0

Subscribe to package updates

Last updated Apr 7th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.