A Django app to manupulate quran.
Project description
django-quran2
Quran app for Django.
How to Package
Refer to the Django documentation: Reusable Apps Guide
pip install build
pip install twine
rm -rf dist/
python -m build
twine upload dist/*
Quick Start
Install from pip: pip install djangoquran2
-
Add
djangoquran2to your INSTALLED_APPS setting like this::INSTALLED_APPS = [...,"djangoquran2",] -
Include the djangoquran2 URLconf in your project
urls.pylike this::path("quran/", include("djangoquran2.urls")), -
Run
python manage.py migrateto create the models. -
Run
python manage.py loadquranto load datas. -
Visit the
/quran/URL.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file djangoquran2-0.2.tar.gz.
File metadata
- Download URL: djangoquran2-0.2.tar.gz
- Upload date:
- Size: 946.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82af033b006614c3f10bb8e52f45efd1e043fa17ac23c56d86000e53def79218
|
|
| MD5 |
26fd56a17b84ee2f42599d9481239c46
|
|
| BLAKE2b-256 |
c4b1fdfb3c34403f4388b896ac5c2be1aa67283fe2bb57bf76c620f5b55c9e82
|
File details
Details for the file djangoquran2-0.2-py3-none-any.whl.
File metadata
- Download URL: djangoquran2-0.2-py3-none-any.whl
- Upload date:
- Size: 948.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bebe1d9a33bfeff5a7a15613a7f98e5d4e39ffc798291d156ba63b0908241fa4
|
|
| MD5 |
369845461ee48ba161d8186eee54bbe5
|
|
| BLAKE2b-256 |
0c17d6ece94627a7c71aa3be605454110cee3c959696660258271fd3325256bb
|