{"id":13502811,"url":"https://github.com/nathanborror/django-basic-apps","last_synced_at":"2025-09-28T23:30:27.422Z","repository":{"id":495809,"uuid":"122471","full_name":"nathanborror/django-basic-apps","owner":"nathanborror","description":"Simple prebuilt applications.","archived":true,"fork":false,"pushed_at":"2020-10-09T16:44:59.000Z","size":625,"stargazers_count":1327,"open_issues_count":32,"forks_count":314,"subscribers_count":69,"default_branch":"master","last_synced_at":"2024-09-27T03:41:35.052Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://code.google.com/p/django-basic-apps/","language":"Python","has_issues":false,"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/nathanborror.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-02-05T17:15:13.000Z","updated_at":"2024-09-23T08:31:24.000Z","dependencies_parsed_at":"2022-07-31T11:48:06.575Z","dependency_job_id":null,"html_url":"https://github.com/nathanborror/django-basic-apps","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/nathanborror%2Fdjango-basic-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanborror%2Fdjango-basic-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanborror%2Fdjango-basic-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanborror%2Fdjango-basic-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nathanborror","download_url":"https://codeload.github.com/nathanborror/django-basic-apps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234569767,"owners_count":18854133,"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-07-31T22:02:25.686Z","updated_at":"2025-09-28T23:30:27.028Z","avatar_url":"https://github.com/nathanborror.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"=================\nDjango Basic Apps\n=================\n\nSimple apps for Django projects.\n\nTo install any of the apps listed simply create a folder on your ``PYTHONPATH`` named 'basic' and place the apps you wish to use in that folder. Then added ``basic.\u003capp_name\u003e`` to your project's ``settings.py`` file. (replace \u003capp_name\u003e with the apps you wish to use, naturally).\n\nBelow are a list of per app dependancies:\n\nDependencies\n============\n\n* Basic Inlines are required to use the Blog app\n* Django Comments (http://www.djangoproject.com/documentation/add_ons/#comments) are required for the blog app\n* Django Tagging (http://code.google.com/p/django-tagging)\n* Markdown (http://www.djangoproject.com/documentation/add_ons/#markup)\n* BeautifulSoup (http://www.crummy.com/software/BeautifulSoup/) is required to use the blog and, subsequently, the inlines app.\n* Dateutil (http://labix.org/python-dateutil)\n* Django Registration for the invitations app\n\nInlines\n=======\n\nInlines is a template filter that can be used in\nconjunction with inline markup to insert content objects\ninto other pieces of content. An example would be inserting\na photo into a blog post body.\n\nAn example of the markup is:\n  \u003cinline type=\"media.photo\" id=\"1\" /\u003e\n\nThe type attribute is app_name.model_name and the id is\nthe object id. Pretty simple.\n\nIn your template you would say:\n  {% load inlines %}\n\n  {{ post.body|render_inlines }}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanborror%2Fdjango-basic-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathanborror%2Fdjango-basic-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanborror%2Fdjango-basic-apps/lists"}