{"id":15451484,"url":"https://github.com/davidar/django-quotes","last_synced_at":"2025-06-27T21:33:32.203Z","repository":{"id":673747,"uuid":"317220","full_name":"davidar/django-quotes","owner":"davidar","description":"Django template tag that displays a random quote","archived":false,"fork":false,"pushed_at":"2009-09-25T10:06:32.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T14:14:39.017Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://da.vidr.cc/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidar.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-09-25T09:40:20.000Z","updated_at":"2014-04-23T14:29:27.000Z","dependencies_parsed_at":"2022-08-16T10:40:14.301Z","dependency_job_id":null,"html_url":"https://github.com/davidar/django-quotes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidar/django-quotes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidar%2Fdjango-quotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidar%2Fdjango-quotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidar%2Fdjango-quotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidar%2Fdjango-quotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidar","download_url":"https://codeload.github.com/davidar/django-quotes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidar%2Fdjango-quotes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262334943,"owners_count":23295523,"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-01T21:26:09.145Z","updated_at":"2025-06-27T21:33:31.929Z","avatar_url":"https://github.com/davidar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"USAGE\nCopy the quotes/ directory to somewhere in your PYTHONPATH, and add\n\"quotes\" to INSTALLED_APPS in settings.py.\n\nYou will also need to create a file named quotes_config.py in your path. This\nfile should contain a list/tuple named quotes, which contains tuples of the\nform (quote as a unicode object, author, reference url), e.g.:\n\n    quotes = (\n        (u'INSUFFICIENT DATA FOR MEANINGFUL ANSWER', 'Multivac',\n         'http://multivax.com/last_question.html'),\n        ...\n    )\n\nThen, place the following code where the tag should be displayed:\n    {% load quotes %} {% random_quote %}\n\nAuthor Homepage: http://da.vidr.cc/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidar%2Fdjango-quotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidar%2Fdjango-quotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidar%2Fdjango-quotes/lists"}