Skip to main content

A Python package to get weather reports for any location.

Project description

x-django-app

django application for all my custom stuff

The application content of on search view and several tags

Add "x_django_app" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
    ...
    'x_django_app',
]

To use XListView for search and sort options

from x_django_app.views import XListView

To use x_tags in your templates

{% load x_tags %}

To use pagination template on your templates

{% include 'x_django_app/_pagination.html' %}

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

x-django-app-0.8.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

x_django_app-0.8-py3-none-any.whl (10.7 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