django-simple-bulma icon indicating copy to clipboard operation
django-simple-bulma copied to clipboard

Django application to add the Bulma CSS framework and its extensions

Results 19 django-simple-bulma issues
Sort by recently updated
recently updated
newest added

After successfully installing django-simple-bulma via pip I run collectstatic per instructions and get the following error: ``` python manage.py collectstatic ... File "", line 219, in _call_with_frames_removed File "/Users/mruser/.pyenv/versions/scorekeeper/lib/python3.7/site-packages/django_simple_bulma/finders.py", line...

I have set Bulma settings to ``` BULMA_SETTINGS = { "custom_scss": [ "cant/find/this.scss" ] } ``` I expect to see `ValueError: Unable to locate the SCSS file ...`. However I...

Hi, I would like to use the carousel extension, but somehow I'm not able to load the carousel properly. I'm getting the images below each other. The following I have...

Using the Bulma Calendar widget and notice that it's showing the incorrect date on a form. Below screenshot shows the values it should be: ![Screenshot from 2022-03-05 15-39-13](https://user-images.githubusercontent.com/8381/156899371-67f13d7e-daf7-48c0-bdcc-4cf95cbad9e6.png) When updating...

Firstly, thanks for creating this Django extension. Any plan to upgrade to v0.9.4? https://github.com/jgthms/bulma/releases/tag/0.9.4

Hi there, I'm new to django and ive followed your steps on installing the app and the extensions. Just one question: How do i add the calendar to my website?...

Updated to django-simple-bulma-2.5.0 and get the following error. ``` (metron) bpepple@frodo ~/git/metron (deps) $ python3 manage.py check Traceback (most recent call last): File "manage.py", line 15, in execute_from_command_line(sys.argv) File "/home/bpepple/.local/share/virtualenvs/metron-UZX73b7p/lib/python3.8/site-packages/django/core/management/__init__.py",...

Added another script which makes the `bulma-collapsible` extension work, you need to use both the script and the extension for it to work. I think it would be easier to...

Currently, I attempting to use this project's [multiple themes](https://github.com/lemonsaurus/django-simple-bulma#multiple-themes) functionality to create a dark and light mode. While trying to do this am I facing issues with sending duplicate `.js`...

I tried adding the following snippet to a django template: https://bulma-collapsible.netlify.app/usage/#collapsible-card However the element appears collapsed, and pressing the button does not expand it. Made sure that bulma-collapsible is enabled.

type: bug
help wanted
priority: 1 - high
level: 1 - intermediate