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

Uploaded Source

Built Distributions

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

Uploaded Python 3

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

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for django-nuit-1.0.7.tar.gz
Algorithm Hash digest
SHA256 11df226637e7c21ae7074eb27f05761a94b361f89cf0f0955949f6f402e97757
MD5 d137e70ea50f35f6efdccae3b2cda1e8
BLAKE2b-256 ea41c8bbec5da48ad70b2be42c02d555e6736a0479cc2a954ba2e22fb4ec3d0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_nuit-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 461738c19431b35cfb48d8666ed0bc4003e6f3017e7e033becf7ace808bd5222
MD5 771713dba06f0016eacd79ccd64a5d9c
BLAKE2b-256 bd01c89e071206c2ba27366f016a736b1542987e79612111bc3311bb5176f98f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_nuit-1.0.7-py2-none-any.whl
Algorithm Hash digest
SHA256 65224ff5605bac17544afd89e7c8d13ad256c9a55f27098fb8db8b7b8f0baa8b
MD5 a406a66c0001665614d383b2d724284a
BLAKE2b-256 d956ccebed4fcab835c0fa251dc46e2f2827772d03777853c862fa0cd08e677f

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