{ "info": { "author": "Colin Powell", "author_email": "colin@onecardinal.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "django-notes\n=============\n\nA simple application to allow you to attach notes to models.\n\nInstallation\n-------------\n\nNotes uses generic relations to handle attaching themselves to models. So installation is basically just like adding a generic relation item to your model.\n\n1. Add 'notes' to your INSTALLED_APPS variable\n2. Import the Note model:\n\n from notes.models import Note\n\n3. Add the note inline to your model's admin def in your admin.py file:\n\n from notes.admin import NoteInline\n\n class YourModelAdmin(admin.ModelAdmin):\n inlines = [ NoteInline, ]\n \n4. To enable easy management you can add a hook to your model:\n\n notes=generic.GenericRelation(Note)\n\nUsage\n------\nFollow the steps above (including 4) and you should have access to all the notes at instance_of_yourmodel.notes_set.all():\n\n >>> object = YourModel.objects.get(pk=1)\n >>> notes_for_object = object.notes_set.all()\n\nSimple.", "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/powellc/django-notes/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-notes", "package_url": "https://pypi.org/project/django-notes/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-notes/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/powellc/django-notes/" }, "release_url": "https://pypi.org/project/django-notes/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "A simple reusable app to add notes to various models", "version": "0.2.2" }, "last_serial": 790173, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "08f1d0e9c58c77ac36491fc232e1ab65", "sha256": "18fbeb5eab50d28cd060e308550567b56e69c5e90e929aab82fc935634bbb61c" }, "downloads": -1, "filename": "django-notes-0.1.0.tar.gz", "has_sig": false, "md5_digest": "08f1d0e9c58c77ac36491fc232e1ab65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3651, "upload_time": "2011-05-10T17:54:54", "url": "https://files.pythonhosted.org/packages/84/71/09298ce1102dc712ec04ac7f2a271b2f0260a48bab5326608e3aa8f25163/django-notes-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "525ab7af8d6595cfb5149a33fb1472bf", "sha256": "6ddec8676849573adbb8303e09446d4e3ed39734e3a8da7ba34d59372d6798e4" }, "downloads": -1, "filename": "django-notes-0.2.0.tar.gz", "has_sig": false, "md5_digest": "525ab7af8d6595cfb5149a33fb1472bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4143, "upload_time": "2012-01-08T21:53:10", "url": "https://files.pythonhosted.org/packages/09/06/095027a1d2576e6b29a07335874a37fbb76a94f1674a2d3ec32c6cc96bd4/django-notes-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "11016b5490a4040a535216f003a3cdae", "sha256": "03ad539dac518ea54e7a71901155a9109a71823e848145533184abdb73d26c6f" }, "downloads": -1, "filename": "django-notes-0.2.1.tar.gz", "has_sig": false, "md5_digest": "11016b5490a4040a535216f003a3cdae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4858, "upload_time": "2012-01-08T22:48:23", "url": "https://files.pythonhosted.org/packages/8c/ff/cc990241681e2d9a9b227cb0deb2a6b60ce668c506a72a54521e9a08e031/django-notes-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "e614e6b56a14b46e19b0c61db23f42c0", "sha256": "55adc56061afb9c658b9cbf54eeaec16b16fced5768352c5e6a682d7b9782176" }, "downloads": -1, "filename": "django-notes-0.2.2.tar.gz", "has_sig": false, "md5_digest": "e614e6b56a14b46e19b0c61db23f42c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4861, "upload_time": "2012-01-08T22:56:17", "url": "https://files.pythonhosted.org/packages/fe/d2/369b0221dc494960b42b62bac45740f1cbc04e1e428cbc53848850cbef0f/django-notes-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e614e6b56a14b46e19b0c61db23f42c0", "sha256": "55adc56061afb9c658b9cbf54eeaec16b16fced5768352c5e6a682d7b9782176" }, "downloads": -1, "filename": "django-notes-0.2.2.tar.gz", "has_sig": false, "md5_digest": "e614e6b56a14b46e19b0c61db23f42c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4861, "upload_time": "2012-01-08T22:56:17", "url": "https://files.pythonhosted.org/packages/fe/d2/369b0221dc494960b42b62bac45740f1cbc04e1e428cbc53848850cbef0f/django-notes-0.2.2.tar.gz" } ] }