{ "info": { "author": "Skochinskyi Dmytro", "author_email": "skodmy@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nNote\n=====\n\nNote is a simple Django app to conduct Web-based notes.\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"note\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'note',\n ]\n\n2. Include the todo URLconf in your project urls.py like this::\n\n url(r'^note/', include(note.urls, namespace='note')),\n\n3. Run `python manage.py migrate` to create the note models.\n\n4. Start the project's server and login on your django-website.\n\n5. Visit https://your_django_website_url_part/note/ to use the note app.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.example.com/", "keywords": "", "license": "GPL-3.0", "maintainer": "", "maintainer_email": "", "name": "django-note", "package_url": "https://pypi.org/project/django-note/", "platform": "", "project_url": "https://pypi.org/project/django-note/", "project_urls": { "Homepage": "https://www.example.com/" }, "release_url": "https://pypi.org/project/django-note/1.1.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to conduct Web-based note lists.", "version": "1.1.1" }, "last_serial": 3443501, "releases": { "1.1.1": [ { "comment_text": "", "digests": { "md5": "990a5e23a316c5f4d8131c1a658dc100", "sha256": "c4071265c74f929c032cd87336fc930d6050f643ad33802208b6b133ce2259f2" }, "downloads": -1, "filename": "django-note-1.1.1.tar.gz", "has_sig": true, "md5_digest": "990a5e23a316c5f4d8131c1a658dc100", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18886, "upload_time": "2017-12-26T15:31:41", "url": "https://files.pythonhosted.org/packages/f3/c8/f44e2ce83732a3eba9106e161d2d7e7af0585ad7e2a3274d0b4c07ba8dda/django-note-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "990a5e23a316c5f4d8131c1a658dc100", "sha256": "c4071265c74f929c032cd87336fc930d6050f643ad33802208b6b133ce2259f2" }, "downloads": -1, "filename": "django-note-1.1.1.tar.gz", "has_sig": true, "md5_digest": "990a5e23a316c5f4d8131c1a658dc100", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18886, "upload_time": "2017-12-26T15:31:41", "url": "https://files.pythonhosted.org/packages/f3/c8/f44e2ce83732a3eba9106e161d2d7e7af0585ad7e2a3274d0b4c07ba8dda/django-note-1.1.1.tar.gz" } ] }