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

Uploaded Source

Built Distributions

django_nuit-1.0.5-py3-none-any.whl (32.2 kB view details)

Uploaded Python 3

django_nuit-1.0.5-py2-none-any.whl (32.2 kB view details)

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for django-nuit-1.0.5.tar.gz
Algorithm Hash digest
SHA256 16475f9605df7693e78dd11605ad85fabfeeb2314d4808ebe7c65fae7fdf1d41
MD5 2e1799a6f175a037b1311234da076b7b
BLAKE2b-256 6b558663c299ab91f67dee566091e87a3d3ce6c28458490d1996ccff84d8e0f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_nuit-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 7a35dd173461849ad861ff85075a577fc55db8bed5aa7fb13d6234824c72663c
MD5 fbe6b47c833c10e8cc7e57df371b4b89
BLAKE2b-256 0f3026917aa96a6b53e3b1c91743376406ed415c3b5c920d9884b8f76f289ad1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_nuit-1.0.5-py2-none-any.whl
Algorithm Hash digest
SHA256 eb8165fb838a2e264b941a8465cc487d928eb983953beabad394c4b0e557d643
MD5 53a30d4d984213ff948e8efd017a53f7
BLAKE2b-256 d53773789087cc3e4be11fac933bbfa89a88891cc88ba8df12294884132f7509

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