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.6.tar.gz (23.0 kB view details)

Uploaded Source

Built Distributions

django_nuit-1.0.6-py3-none-any.whl (32.3 kB view details)

Uploaded Python 3

django_nuit-1.0.6-py2-none-any.whl (32.3 kB view details)

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for django-nuit-1.0.6.tar.gz
Algorithm Hash digest
SHA256 701931e0b1ba45e026ee123895af2d2a919ba4008576c05f5667851fcb6ae1fe
MD5 decdd2c71db8c5546eb1c8e0a5cd5fb5
BLAKE2b-256 04f7a3bb4293882ef9f0737b23644728ee4b9b241f2aab0a5d6696bef709e1ee

See more details on using hashes here.

File details

Details for the file django_nuit-1.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for django_nuit-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 083e0826842bee36658017eea4c6808fcdffc3718b732e8ce0c940f0d2936d08
MD5 b2d3ef66713f03c7bd6ad1c4d8f06f96
BLAKE2b-256 1030c9b5c597ee90a6d793d3259a15c583eb5c9fc88ac9394b1d3dd76e620a0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_nuit-1.0.6-py2-none-any.whl
Algorithm Hash digest
SHA256 a35c8fb1501f51d62b7977b9a18d8705ff04ce0b3a7da80cacb4241b965a5011
MD5 e53dfe3d502408835917b97470bed397
BLAKE2b-256 6ad1a7b2dbb5361fe0d484c3891f8a5c97ff257b1e4a0199af384544edb92441

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