A reusable Django app for a phone directory system.
Project description
django_phonedir
A reusable Django app for a phone directory system.
Tested and known to work with Django 5.2 and newer. Tested with Python 3.12 and newer.
Installation
Install via pip.
pip install django-phonedir
Add to Django settings INSTALLED_APPS like so...
INSTALLED_APPS = [
...
"django-phonedir",
...
]
Development
This project is under active development by myself. This Django app is functioning, but would like to setup more testing to ensure the package remains stable.
This project will eventually be published to PyPi in the near future so that it can easily be integrated into a Django website.
I will develop better documentation at a later date.
Setup
Use pipenv for managing the package requirements for development.
pipenv install --dev
Testing
Tests can be run using the command: pipenv run
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 django_phonedir-0.1b3.tar.gz.
File metadata
- Download URL: django_phonedir-0.1b3.tar.gz
- Upload date:
- Size: 24.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f008c7982efa219d217f1f435071d84035f0efdbfb6efe3678dd95d5a3628024
|
|
| MD5 |
575c988e0c88cd8677b42bb8ea694ec4
|
|
| BLAKE2b-256 |
082e218db2d7d5ed2727309d8c720e0fbbf8c7c5b67977ad0f906316200c8d96
|
File details
Details for the file django_phonedir-0.1b3-py3-none-any.whl.
File metadata
- Download URL: django_phonedir-0.1b3-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0035bb5076ae810b6316722105d1052b35f1e311d49c023c422c0182c802234d
|
|
| MD5 |
22dbdeabc71fb5b8d10a6b0f5abf88d5
|
|
| BLAKE2b-256 |
9c7eb0ddb48250546b580e051afad7ddd5f38ac9f458d9d3970ead31fd731242
|