Skip to main content

UNKNOWN

Project description

Install

pip install django-static-libs

Setting

Add app to ISTALLED_APPS in settings.py:

INSTALLED_APPS = (
    ...
    'static_libs',
    )

Usage

template.html:

<html>
    <head>
        <link type="text/css" href="{{ STATIC_URL }}libs/bootstrap/3.0/css/bootstrap.min.css" rel="stylesheet">
    </head>

    <body>
     ...
    </body>
</html>

Libs

  • Twitter Bootstrap 3.0

  • jQuery 1.10.2

  • jquery-ui 1.10.3

  • jquery.form 3.40

  • jquery.cookie 1.3.1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-static-libs-0.1.4.tar.gz (2.5 MB view details)

Uploaded Source

File details

Details for the file django-static-libs-0.1.4.tar.gz.

File metadata

File hashes

Hashes for django-static-libs-0.1.4.tar.gz
Algorithm Hash digest
SHA256 7077ad1978820fa74542b24c38d38af1086e921c9f3f1e85c9ce4fd44626c4b6
MD5 7e274cb744dc2ee8b05e160dd4c23e4a
BLAKE2b-256 5e49af57826599c33685fe36a4a178ffcc62f47feb95e7184612cb1a1f08c2b2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page