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.9.tar.gz
(1.6 MB
view details)
Built Distribution
File details
Details for the file django_axe-0.3.9.tar.gz
.
File metadata
- Download URL: django_axe-0.3.9.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 | 914370f8904ec463c7608afc377c84861dc1245e08944b9dfea29be281cb53e2 |
|
MD5 | 489b54c9d418f8ad4dcbe509986ed3de |
|
BLAKE2b-256 | fec303d73ee198dd2c993df15d72b98b71e9cef8fa7993179254267d1544455e |
File details
Details for the file django_axe-0.3.9-py3-none-any.whl
.
File metadata
- Download URL: django_axe-0.3.9-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 | 7e4bffb58cca33397752100eb6f4c5eadc7789a06bf2dd95220a7f216794cc7c |
|
MD5 | 3c18dbf67da1de96dd58b56d36c14a4b |
|
BLAKE2b-256 | eb48d6af658f8e3bbec6543eda593a4e31d357db929471d30bd2e731a77d9f03 |