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.5.22.tar.gz
(1.6 MB
view details)
Built Distribution
File details
Details for the file django_axe-0.5.22.tar.gz
.
File metadata
- Download URL: django_axe-0.5.22.tar.gz
- Upload date:
- Size: 1.6 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 | 1057202fdb44e0bacd9d6d3f5ae848b3eefd07c8c375441c1ad4863f7c7495f8 |
|
MD5 | 14214807c3650198c7635bd536b38c86 |
|
BLAKE2b-256 | f8f2de59c788ada85507668890f61f12267ab968fe91653b3c26b0340e36fa49 |
File details
Details for the file django_axe-0.5.22-py3-none-any.whl
.
File metadata
- Download URL: django_axe-0.5.22-py3-none-any.whl
- Upload date:
- Size: 1.6 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 | d28d3a9cdc52d818f9c11b25b08f94fa9c4da2f268bc5c1a3f2c5d73a54b1823 |
|
MD5 | 732447610df254579d5c38e89dd088c1 |
|
BLAKE2b-256 | e417b90ede78100eb6d1d74ade103bb9ff0f8cd7f75742d075ba58b477706dd3 |