{"id":17034991,"url":"https://github.com/justquick/django-template-utils","last_synced_at":"2025-04-12T13:13:53.279Z","repository":{"id":659355,"uuid":"302194","full_name":"justquick/django-template-utils","owner":"justquick","description":"A library of useful template-related functionality for Django applications. ","archived":false,"fork":false,"pushed_at":"2009-10-29T17:59:35.000Z","size":99,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T13:13:48.905Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justquick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-09-09T16:04:43.000Z","updated_at":"2024-05-15T13:05:51.000Z","dependencies_parsed_at":"2022-07-08T07:49:23.842Z","dependency_job_id":null,"html_url":"https://github.com/justquick/django-template-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justquick%2Fdjango-template-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justquick%2Fdjango-template-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justquick%2Fdjango-template-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justquick%2Fdjango-template-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justquick","download_url":"https://codeload.github.com/justquick/django-template-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571854,"owners_count":21126522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T08:45:13.367Z","updated_at":"2025-04-12T13:13:53.258Z","avatar_url":"https://github.com/justquick.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Django template utilities\n=========================\n\nThis is a small library of template tags and other template-related\nutilities for use with Django. They are designed to be an alternative to\nactually writing new templatetags, instead it offers register/unregister\nfunctionality that lets you define functions to handle the tag at any point\nin your code base. Of course it requires [Django](http://www.djangoproject.com/)\n\n\nDownloading and installing\n==========================\n\nThe easiest download method is a Git clone. All of the code\nis maintained in a Git repository, and checking the code out\nfrom the repository makes it easy to handle updates and contributions.\nTo download and install, simply clone the project from github\n\n    $ git clone git://github.com/justquick/django-template-utils.git  \n\nThis will create a directory called ``template_utils``, and download\nthe current code into it. From there, you should be able to add\n``template_utils`` to your ``INSTALLED_APPS`` setting of any Django\nproject and have it work. This application provides no models, so you\ndon't need to run ``manage.py syncdb`` before using it.\n\n\nUsing ``distutils``\n-------------------\n\nAlternatively, you can download a packaged version of the entire\napplication and use Python's ``distutils`` to install it::\n\n    wget -O template_utils.tar.gz http://github.com/justquick/django-template-utils/tarball/master\n    tar zxvf template_utils.tar.gz\n    cd justquick-django-template-utils-......... (this is unique for each release, tab completion is your friend)\n    sudo python setup.py install\n\n\nFeature overview\n================\n\nCurrently, five main components are bundled into ``template_utils``:\n\n* Template tags for `generic content retrieval`. See docs/generic_content.txt\n\n* Template tags for `robust, custom comparison operations`. See docs/comparison.txt\n\n* Template tags for `retrieving public comments`_ (for when a\n  comment-moderation system is in use). See docs/public_comments.txt\n\n* Template tags for `retrieving and parsing RSS and Atom feeds`_\n  and displaying the results in template. See docs/feeds.txt\n\n* A `generic text-to-HTML conversion system`_ with template filter\n  support. See docs/markup.txt\n\n* A system for generating `template context processors`_ which can\n  add arbitrary settings to template contexts. See docs/context_processors.txt\n  \n* `Node classes`_ for simplifying some common types of custom\n  template tags. See docs/nodes.txt\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustquick%2Fdjango-template-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustquick%2Fdjango-template-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustquick%2Fdjango-template-utils/lists"}