Skip to content

Set of front-end libraries packaged in easy to use dajngo app.

Notifications You must be signed in to change notification settings

zenweasel/django-static-libs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-static-libs

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

About

Set of front-end libraries packaged in easy to use dajngo app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published