Skip to main content

Django Netnix User Interface Tools

Project description

django-nuit

A front-end framework based upon Zurb Foundation for Django applications, designed for a consistent look and feel across multiple apps and projects.

Documentation can be found at Read the Docs.

Quick Start

Get started with Nuit by following these steps:

  • Install Nuit with pip:

    pip install django-nuit
  • Add nuit to your INSTALLED_APPS in settings.py:

    INSTALLED_APPS = (
        ...
        'nuit',
        ...
    )
  • Nuit relies on django-autoconfig, which requires the following at the end of settings.py:

    from django_autoconfig.autoconfig import configure_settings
    configure_settings(globals())
  • In a production environment, add the following setting for django-pipeline (see their documentation for more details):

    PIPELINE_ENABLED = True
  • Install the SASS binary in order to compile and compress the CSS. This can’t be installed using pip, and will need to be installed manually (usually with gem install sass)

  • Run collectstatic:

    manage.py collectstatic

You’re now ready to start using Nuit in your templates and apps. Read the documentation for the next steps.

Contributing

To contribute, fork the repo, do your work, and issue a pull request. We ask that contributors adhere to PEP8 standards, and include full tests for all their code.

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-nuit-1.0.3.tar.gz (22.1 kB view details)

Uploaded Source

Built Distribution

django_nuit-1.0.3-py2-none-any.whl (31.1 kB view details)

Uploaded Python 2

File details

Details for the file django-nuit-1.0.3.tar.gz.

File metadata

  • Download URL: django-nuit-1.0.3.tar.gz
  • Upload date:
  • Size: 22.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-nuit-1.0.3.tar.gz
Algorithm Hash digest
SHA256 c3b658d73799a4f4f11ce8f487046f30df3982282b23af393e862816641e2354
MD5 fa0e80cca8d84ca247a00eaf377a49f6
BLAKE2b-256 0346ea3e16400e756f116ce47a2c0f88e05995e483007883db0af3099aac3f5a

See more details on using hashes here.

File details

Details for the file django_nuit-1.0.3-py2-none-any.whl.

File metadata

File hashes

Hashes for django_nuit-1.0.3-py2-none-any.whl
Algorithm Hash digest
SHA256 8c6bb70fe049d8ad91903ffbec4329bfa4c98b9c0a41732ea4f80f422c875dd1
MD5 85780a6321c37b9551087cfabde9c0dc
BLAKE2b-256 33abd6d6f91fa9d3ca9b8c3bf6fdc73988e0d89a7ef2e8992a9c10fb3f8473d9

See more details on using hashes here.

Supported by

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