{ "info": { "author": "Mathijs de Bruin", "author_email": "drbob@dokterbob.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "================\ndjango-guestbook\n================\nA simple guestbook application for Django\n-----------------------------------------\n\nWhat is it?\n===========\nGuestbook is a simple guestbook application for\nthe Django web-framework. It is closely based\non the contributed comments application.\n\nGuestbook is build to work against a late \npre-1.0 checkout and should be 1.0-compatible.\n\nMore info about this app can be found in the blog\npost introducing it at:\nhttp://cooking.visualspace.nl/post/9992059/Django-Guestbook-application\n\nStatus\n======\nThis app is currently being used in several small-scale production environments.\nHowever, it is probably that it still has a few kinks so feel free to submit bugfixes.\n\nInstallation\n============\n#) Get it from the Cheese Shop::\n \n\teasy_install django-guestbook\n \n **Or** get the latest & greatest from Github and link it to your\n application tree::\n \n\tgit clone git://github.com/dokterbob/django-guestbook.git\n\tln -s django-guestbook/guestbook $PROJECT_DIR/guestbook\n \n (Here `$PROJECT_DIR` is your project root directory.)\n \n#) Add popularity to `INSTALLED_APPS` in settings.py::\n\n\tINSTALLED_APPS = (\n\t ...\n\t 'guestbook',\n\t ...\n\t)\n\n#) Create required data structure::\n\n\tcd $PROJECT_DIR\n\t./manage.py syncdb\n\n#) Add guestbook views to `urls.py`::\n\n\turlpatterns += patterns('',\n\t ...\n\t (r'^guestbook/', include('guestbook.urls')),\n\t ...\n\t)\n\n#) Enjoy!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/dokterbob/django-guestbook", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-guestbook", "package_url": "https://pypi.org/project/django-guestbook/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-guestbook/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/dokterbob/django-guestbook" }, "release_url": "https://pypi.org/project/django-guestbook/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple guestbook application for Django, based largely on the contributed comments application.", "version": "0.1" }, "last_serial": 789785, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "127f0db3a784dcd2c500ca200aa10be5", "sha256": "ee321649cbba3b26ea951ab1ff8005335d24ca73edaf305277f741bf0976867a" }, "downloads": -1, "filename": "django-guestbook-0.1.tar.gz", "has_sig": false, "md5_digest": "127f0db3a784dcd2c500ca200aa10be5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19586, "upload_time": "2010-01-26T17:05:42", "url": "https://files.pythonhosted.org/packages/c9/b0/3772dfa68fa40760a0011016aaf288e271bf2006dee3bd49fb92b7b1473a/django-guestbook-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "127f0db3a784dcd2c500ca200aa10be5", "sha256": "ee321649cbba3b26ea951ab1ff8005335d24ca73edaf305277f741bf0976867a" }, "downloads": -1, "filename": "django-guestbook-0.1.tar.gz", "has_sig": false, "md5_digest": "127f0db3a784dcd2c500ca200aa10be5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19586, "upload_time": "2010-01-26T17:05:42", "url": "https://files.pythonhosted.org/packages/c9/b0/3772dfa68fa40760a0011016aaf288e271bf2006dee3bd49fb92b7b1473a/django-guestbook-0.1.tar.gz" } ] }