/Django-bootstrap3-scss

put scss file into static. it will be easier for django programmer

Primary LanguagePython

bootstrap3-sass

bootstrap3-sass is a simple Django app to conduct Web-based bootstrap3-sass. For each question, visitors can choose between a fixed number of answers.

Quick start

  1. refere django libsass config first

    https://github.com/torchbox/django-libsass

  2. Add "bootstrap3-sass" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'bootstrap3_sass',
    )
    
  3. import the scss directly in your scss file

    @import "bootstrap";

  4. enjoy it. bootsrap is in your scss project