Skip to main content

Django app for Prayer times

Project description

=====
owghat-api
=====
owghat-api is a django app for Islamic times (owghat e shar'ee)

Quick start
-----------
pip install django-owghatapi

requirements: sqlparse,djangorestframework,pytz

1. Add "owghatapi" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'owghatapi',
]

2. Include the owghatapi URLconf in your project urls.py like this::

path('owghatapi/', include('owghatapi.urls')),

3. Run `python manage.py migrate` to create the owghat models and seed the DB .


5. Visit http://127.0.0.1:8000/owghatapi/<str:city-name>/ to get the times for more than 400 selected cities of iran (city name in Farsi),
http://127.0.0.1:8000/owghatapi/35.69439/51.42151 to get the times for today and specific location(latitude/longitude) in iran,
and http://127.0.0.1:8000/<int:year>/<int:month>/<int:day>/<str:lat>/<str:long>/<str:tz>/ for specific time,location,and timezone


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-owghatapi-0.2.1.tar.gz (22.0 kB view hashes)

Uploaded Source

Built Distribution

django_owghatapi-0.2.1-py3-none-any.whl (24.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page