Project description
django-navbar
Provides a navigation bar for django applications.
Installation
pip install django_custom_navbar
Run after installations or update manage.py migrate.
Settings
INSTALLED_APPS = [
...
"django_navbar",
...
]
TEMPLATES = [
{
...
"OPTIONS": {
"context_processors": [
...
"django_navbar.context_processors.nav_bar",
...
],
},
},
]
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_custom_navbar-0.0.4.tar.gz.
File metadata
-
Download URL: django_custom_navbar-0.0.4.tar.gz
- Upload date:
-
Size: 7.7 kB
- Tags: Source
-
Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Hashes for django_custom_navbar-0.0.4.tar.gz
| Algorithm |
Hash digest |
|
| SHA256 |
910ba0d9a8fcfcccf5a3035cd0d51bb2b77f61b87146bd8388270b4761cce6e0
|
|
| MD5 |
f427aae2d644dc60f70eedea60842740
|
|
| BLAKE2b-256 |
42f8209c41b3d34149dd10df453bf64071084c304a07342416ffc719837aa258
|
|
See more details on using hashes here.
File details
Details for the file django_custom_navbar-0.0.4-py3-none-any.whl.
File metadata
File hashes
Hashes for django_custom_navbar-0.0.4-py3-none-any.whl
| Algorithm |
Hash digest |
|
| SHA256 |
75d54aea6e49ca7e96a93ce1bfd66e284f35a4033ef6cd1e78c022e59ea287d4
|
|
| MD5 |
7cb223f632284797500625fd81691ee6
|
|
| BLAKE2b-256 |
13341c653d9abc67a1d88485325941a16be58c564d1fe3e96f1eef16fc165c6d
|
|
See more details on using hashes here.