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

Uploaded Source

Built Distributions

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

Uploaded Python 3

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

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for django-nuit-1.1.0.tar.gz
Algorithm Hash digest
SHA256 5f1340ee4bc20727e0837ee6dd8bbc0150f08667d7f769e0c799524155073232
MD5 a9b2f4ce47c228c3b8cba12eea9d67cf
BLAKE2b-256 4ff6f1e4cc24ca1b7672bd399b82b2dc8d48ccb6e2ead7b75eaa6927cf1725c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_nuit-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1307e8173b307d53e9269eab25f37cb55e40aaeaeed403dae4f90c7fb0621274
MD5 fe66ee69133c4f73dcb294202e7a367c
BLAKE2b-256 4ec8c5461f753ac10f431576cdd7fe89d418973d6ce7e53cf46bff53a31cbc2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_nuit-1.1.0-py2-none-any.whl
Algorithm Hash digest
SHA256 1e5bdcd3684ebc9f2f75698142ad14e5d5949c61bfc4e8dff64f13820f2a6f7e
MD5 6a62698e79d2509463c6179243d06ab6
BLAKE2b-256 9cb3465a2f809fec4b598d4af63daa14045c39fd0cd6159e533ad1f4ace28cf8

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