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.1.tar.gz
(1.6 MB
view details)
Built Distribution
File details
Details for the file django_axe-0.4.1.tar.gz
.
File metadata
- Download URL: django_axe-0.4.1.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 | ac889fcbf7efbfdcc00dd2880f8c8c9714302acf5c4f0df1c15cb5fc639dc74b |
|
MD5 | b238e9f0c725b4a60e0a86f4bf9b82d4 |
|
BLAKE2b-256 | 128515518f070c57640d0015dde18ef35a0035f08a8ca326b5086db79b5d38d3 |
File details
Details for the file django_axe-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: django_axe-0.4.1-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 | b31d9d562a11e1e7c6a7c2489953623d22b75bf204cd533f8316a36db1901181 |
|
MD5 | 2df5cfb388405953acfc31717ce02f85 |
|
BLAKE2b-256 | 8f03e35d50c7164d18531cba7f1a14433c948d873baa2c98588139eb4911b086 |