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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file django-nuit-1.2.0.tar.gz
.
File metadata
- Download URL: django-nuit-1.2.0.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 845e7962cf2a58154eff2b8307c1b56b047e7e98898103d6ceb02513d4ec4d2f |
|
MD5 | cb58f9e0c880071e7584c8a63f12b332 |
|
BLAKE2b-256 | ed1913cf9098daecebed6654d995060bd1ab32d58f9542cad9fce465a6d56986 |
File details
Details for the file django_nuit-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: django_nuit-1.2.0-py3-none-any.whl
- Upload date:
- Size: 32.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9453f0fb3332fcae50b69a0c4ff369cbed550f30753897f95576e448eed5b53a |
|
MD5 | 5fe2bd18ed8106d53cb25b68370ba733 |
|
BLAKE2b-256 | 4c63ba0d8c65471f9615cb2400a13fab778341332c7f36e0bc15d7a01ab93107 |
File details
Details for the file django_nuit-1.2.0-py2-none-any.whl
.
File metadata
- Download URL: django_nuit-1.2.0-py2-none-any.whl
- Upload date:
- Size: 32.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20dba65f0fb490959bcb77e58ff9b771a635a88656cf9cebbebb58a8822d64e9 |
|
MD5 | 2e56370807af5e9bd0adc71a490a6aac |
|
BLAKE2b-256 | 66c63b10e42f924c2f9b93ee60a390d00c698d6cf3560639399425960304beab |