Welcome to the bulb documentation !


cropped and compressed logo


Neo4j integration for Django, and much more tools to deploy consequent websites...

Show the project on GitHub

Documentation tree :


Project tree :


Administration (bulb.contrib.admin) :
  • bulb.contrib.admin.static/

    • bulb.contrib.admin.static.admin/

      • (bulb's administration's staticfiles)
  • bulb.contrib.admin.templates/

    • bulb.contrib.admin.templates.admin/

      • (bulb's administration's templates)
  • bulb.contrib.admin.templatetags/

    • admin_extras.py
  • context_processors.py

  • forms.py

  • node_models.py

  • urls.py

  • views.py


Authentication (bulb.contrib.auth) :
  • bulb.contrib.auth.management/

    • bulb.contrib.auth.management.commands/

      • bulb-init.py

      • bulb-perms.py

      • createsuperuser.py

  • bulb.contrib.auth.templatetags/

    • auth_extras.py

  • authentication.py

  • context_processors.py

  • decorators.py

  • exceptions.py

  • hashers.py

  • middleware.py

  • node_models.py

  • node_models_admin.py

  • views.py


Handling (bulb.contrib.handling) :
  • bulb.contrib.handling.static/

    • bulb.contrib.handling.static.handling/

      • (bulb's handler's staticfiles)
  • bulb.contrib.handling.templates/

    • bulb.contrib.handling.templates.handling/

      • (bulb's handler's templates)
  • context_processors.py

  • exceptions.py

  • forms.py

  • middleware.py

  • node_models.py

  • node_models_admin.py

  • urls.py

  • views.py


Sessions (bulb.contrib.sessions) :
  • bulb.contrib.sessions.backends/

    • db.py

  • bulb.contrib.sessions.management/

    • bulb.contrib.sessions.management.commands/

      • clearsession.py (TODO)

  • exceptions.py

  • middleware.py

  • node_models.py

  • node_models_admin.py

  • serializers.py


Database (bulb.db) :
  • bulb.db.management/

    • bulb.db.management.commands/

      • bulb-apply.py

  • base.py

  • exceptions.py

  • node_models.py

  • Q_filter.py

  • utils.py


Global resources (bulb.global_resources)
  • bulb.global_resources.static/

    • bulb.global_resources.static.global_resources/

      • (bulb's global_resources' staticfiles)


SFTP and CDN (bulb.sftp_and_cdn)
  • bulb.contrib.sftp_and_cdn.management/

    • bulb.contrib.sftp_and_cdn.management.commands/

      • bundlestatic.py

      • clearstatic.py

      • handlestatic.py

      • pushstatic.py

  • bulb.contrib.sftp_and_cdn.webpack_files/

    • .babelrc

    • package.json

    • package-lock.json

    • webpack.config.js

  • cdn_apis.py

  • exceptions.py

  • sftp.py


Template (bulb.template)
  • bulb.contrib.template.templatetags/

    • bulb_static.py
  • context_processors.py


Utils (bulb.utils)
  • bulb.utils.static/

    • bulb.utils.static.utils/

      • (bulb's utils' staticfiles)
  • bulb.utils.templates/

    • bulb.utils.templates.utils/

      • (bulb's utils's templates)
  • utils.py

  • views.py


Settings (bulb.settings)