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.4.4.tar.gz
(1.6 MB
view details)
Built Distribution
File details
Details for the file django_axe-0.4.4.tar.gz
.
File metadata
- Download URL: django_axe-0.4.4.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 | c0c7c09fbb32631054247d36060c63925e2e3c3be4f52dcb968f549791f2d67a |
|
MD5 | 522bb502c95c7a3f40f0daab690b7d2b |
|
BLAKE2b-256 | 68b1b815cf34a283fb6c44c3a1fc3145ee91dd0cee90ea6d9dbe51e273621d0d |
File details
Details for the file django_axe-0.4.4-py3-none-any.whl
.
File metadata
- Download URL: django_axe-0.4.4-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 | 57430eb25aaea3efdbe80b43370d69efc3b2a104db9771680bf8fb3ba9cd0d23 |
|
MD5 | b9e7c9302909c54433d497b6e4fe2acc |
|
BLAKE2b-256 | 084b3252aa2f2635b3208d167e33dcebe08662c53d417e4396607b8273bdb1d1 |