No project description provided
Project description
Django Axe
This project is a Django module designed to extend the functionality of Django applications. It provides a set of models, views, and templates that can be integrated into existing Django projects to add new features or improve existing ones.
Installation
To install this module, follow these steps:
-
Clone this repository into your Django project directory:
git clone https://github.com/brahmaduttau/django_axe
-
Add the app to your INSTALLED_APPS in your project's settings.py:
INSTALLED_APPS = [ ... 'django_axe', ... ]
-
Include the app's URLs in your project's urls.py: from django.urls import path, include
urlpatterns = [
path('axe/', include('django_axe.urls')),
]
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
django_axe-0.3.5.tar.gz
(1.4 MB
view details)
Built Distribution
File details
Details for the file django_axe-0.3.5.tar.gz
.
File metadata
- Download URL: django_axe-0.3.5.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbccc22934f997bb9ca3259f565b8f208368645c2bcc0a7399947e516b7bf43c |
|
MD5 | 90368315833b3e57606e9bd1e8bdae70 |
|
BLAKE2b-256 | 04e30d0d8742893c902056ee3baa41a6a5756713c9cca8b002be596326b016fc |
File details
Details for the file django_axe-0.3.5-py3-none-any.whl
.
File metadata
- Download URL: django_axe-0.3.5-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ddf0ef852430473218c83ffe74d4eb45f1f085499bcc07bf9ac0f87dcb5e59c4 |
|
MD5 | be8ca2b6c7c7d0e75116137bafaebfab |
|
BLAKE2b-256 | 0f422294c003c93624d86854836dc702ea13266ddaf79a7866429b6ffc4a2a85 |