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.5.tar.gz
(1.6 MB
view details)
Built Distribution
File details
Details for the file django_axe-0.5.5.tar.gz
.
File metadata
- Download URL: django_axe-0.5.5.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 | 6609c7666f2269caa3fd36a61095f66be5e94011db920b4fc66eea3b31b5f836 |
|
MD5 | 45b97152508d9ba74ff32632fa3f46cc |
|
BLAKE2b-256 | 2b1725295c775fb9be6d0c3ca9918d328cdbf91d0535a8e9ef2d76eba42d69b3 |
File details
Details for the file django_axe-0.5.5-py3-none-any.whl
.
File metadata
- Download URL: django_axe-0.5.5-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 | fb69c44f4c2bd2aceb88f27e431e4f654fc4a9728c5d1fe59b21c2731714e809 |
|
MD5 | 2e48a7592efbdf7eb7d56fac82b3c668 |
|
BLAKE2b-256 | 2301b35d4928e674bf32528542d116bf44e213c81eb86e3989985c75c75279cf |