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.8.tar.gz
(1.6 MB
view details)
Built Distribution
File details
Details for the file django_axe-0.3.8.tar.gz
.
File metadata
- Download URL: django_axe-0.3.8.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 | e67ae4001db3fd3e8f8f3dce20ccffdb5aeddf8b9d1af3f3e8194c9583ee253d |
|
MD5 | 5bc1cffb0720a2bb5ca4e701cb8eee1f |
|
BLAKE2b-256 | 84ff57fdd83f531ac2cd801d08649fed64cdc67950bde358d932d65d047d06b5 |
File details
Details for the file django_axe-0.3.8-py3-none-any.whl
.
File metadata
- Download URL: django_axe-0.3.8-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 | 074ba770e78c9ef5a0c0e536e764b086fcbcbaffdd1f0d372e7777900980769c |
|
MD5 | a9e66136d3e2d58b0862edf5a3523192 |
|
BLAKE2b-256 | f1fb2ca264229423f6f844924854718614cc1c7bed8cbaadcd6e7c64a64298b5 |