Skip to main content

Django application to add the Bulma CSS framework and its extensions

Project description

django-simple-bulma

Build Status Discord

django-simple-bulma is a Django application that makes Bulma and Bulma-Extensions available to use in your Django project with as little setup as possible. The goal of this project is to make it as easy as possible to use Bulma with Django.

This project currently uses Bulma v0.7.2, Bulma-Extensions v4.0.0, and FontAwesome v5.6.3. If you want features that are only available in newer versions of these frameworks, please create an issue, and we will be happy to update it.

Installation

To get django-simple-bulma, up and running for your Django project, follow these simple steps:

  • Install it from PyPI with pip install django-simple-bulma (or add it to your Pipfile)

  • In your Django projects settings.py file:

    • Add django_simple_bulma to your INSTALLED_APPS
      INSTALLED_APPS = [
        #...
        'django_simple_bulma',
        #...
      ]
      
    • Add django_simple_bulma.finders.SimpleBulmaFinder to your STATICFILES_FINDERS. This normally holds two default handlers that you will probably want to keep, so unless you have any other custom Finders, it should look like this:
      STATICFILES_FINDERS = [
        # First add the two default Finders, since this will overwrite the default.
        'django.contrib.staticfiles.finders.FileSystemFinder',
        'django.contrib.staticfiles.finders.AppDirectoriesFinder',
      
        # Now add our custom SimpleBulma one.
        'django_simple_bulma.finders.SimpleBulmaFinder',
      ]
      
  • Run python manage.py collectstatic command in order to build Bulma and move it to your staticfiles folder. Please note that you will need to use this command every time you make a change to the configuration, as this is the only way to rebuild the Bulma css file. If you are not using collectstatic, read up on it and start using it.

    This app works fine with Whitenoise, which is a great way to serve static files without needing to mess with your webserver.

django-simple-bulma should now be working! In order to import it into your template, first load the app with {% load django_simple_bulma %}, and then use the {% bulma %} template tag. If you're planning on using icons, you should also import FontAwesome by using {% font_awesome %}.

  <head>
      <!-- ... -->
      {% load django_simple_bulma %}
      {% bulma %}
      {% font_awesome %}
      <!-- ... -->
  </head>
  • You're all set! Any Bulma classes you apply should now be working!

Customization

Bulma looks nice by default, but most users will want to customize its look and feel. For this, we've provided a super simple way to change the Bulma variables and to choose which Bulma extensions you want to load into your project.

In order to do this, we'll simply create a dictionary inside your settings.py called BULMA_SETTINGS, and configure it there. Here's an example of what that looks like:

# Custom settings for django-simple-bulma
BULMA_SETTINGS = {
    "extensions": [
        "bulma-accordion",
        "bulma-calendar",
    ],
    "variables": {
        "primary": "#000000",
        "size-1": "6rem",
    }
}

You may here define any variable found on the Bulma variables page, and you may use any valid SASS or CSS as the value. For example, hsl(217, 71%, 53%) would be a valid value for a color variable, as would #ffff00. Please note that any syntactically incorrect values may prevent Bulma from building correctly, so be careful what you add here unless you know exactly what you're doing.

If the extensions key is not found, it will default to loading all extensions. If you don't want any extensions, simply set it to an empty list.

Additional scripts

For your convenience, we also give you the option to add other quality of life improvements to your Bulma app. If you are not specifying any extensions in BULMA_SETTINGS, these will all be loaded by default. If you are, you may want to add these as well if they sound useful to you.

  • bulma-fileupload will handle displaying the filename in your file upload inputs.
  • bulma-notifications will allow you to close notifications by clicking on the X button.

Troubleshooting

  • If you have the module sass installed, please note that it is incompatible with this project. There is a namespace conflict between sass and libsass which will make django-simple-bulma crash when you attempt to do a collectstatic. To solve this, just uninstall sass and use libsass instead.

If you run into any other problems with this app, please create an issue, and we will be happy to help you with it. Alternatively, head over to our discord server at https://discord.gg/python and we'll help you figure it out over chat.

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-simple-bulma-1.1.4.tar.gz (186.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_simple_bulma-1.1.4-py3-none-any.whl (229.8 kB view details)

Uploaded Python 3

File details

Details for the file django-simple-bulma-1.1.4.tar.gz.

File metadata

  • Download URL: django-simple-bulma-1.1.4.tar.gz
  • Upload date:
  • Size: 186.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.0

File hashes

Hashes for django-simple-bulma-1.1.4.tar.gz
Algorithm Hash digest
SHA256 e450a9a70bb45aa570e8c30143d5fd6ab9ebc8d22ad6bd768f56ebefca6449bb
MD5 ed5d7cda2f76f33c9da7a3131589f09c
BLAKE2b-256 416b9c4bd8a2e36e0ddd4fbcb5ce1b6f181ce8e3fd315ad353fab0d4d702595b

See more details on using hashes here.

File details

Details for the file django_simple_bulma-1.1.4-py3-none-any.whl.

File metadata

  • Download URL: django_simple_bulma-1.1.4-py3-none-any.whl
  • Upload date:
  • Size: 229.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.7.0

File hashes

Hashes for django_simple_bulma-1.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0d48411974115aedca51313174895fae605d1040db8fe70d715d372f2fcb898d
MD5 e21ba8c6a1b86f045e1302a639e425d7
BLAKE2b-256 c3f999e526b3facab6932824467bde9c88fc90b4336ad8a3c000f4fe1c115f98

See more details on using hashes here.

Supported by

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