{ "info": { "author": "Yaco Sistemas S.L.", "author_email": "pmartin@yaco.es", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)" ], "description": "==========================\nDjango StdFile application\n==========================\n\nOverview\n========\n\nThis django application simply adds two new fields, *RemovableFileField* and *RemovableImageField*.\nThis are the same that the original FileField and ImageField, but it will allow\n\nInstallation\n============\n\nTo install this application:\n\n #. easy_install django-stdfile\n\n #. Include ``'stdfile'`` in ``settings.INSTALLED_APPS``,\n\nExamples\n========\n\nTo use it, you just\n\n::\n from stdfile.db import RemovableFileField, RemovableImageField\n\n class FooModel(model.Model):\n some_file = RemovableFileField(name='Some file')\n some_image = RemovableImageField(name='Some image')", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://tracpub.yaco.es/djangoapps/wiki/StdFile", "keywords": "django stdfiles filefields files", "license": "LGPL 3", "maintainer": null, "maintainer_email": null, "name": "django-stdfile", "package_url": "https://pypi.org/project/django-stdfile/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-stdfile/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://tracpub.yaco.es/djangoapps/wiki/StdFile" }, "release_url": "https://pypi.org/project/django-stdfile/0.5/", "requires_dist": null, "requires_python": null, "summary": "Django application that improves management of FileFields", "version": "0.5" }, "last_serial": 790771, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "08cd37a2df7d2136430a764ca463eae0", "sha256": "5522fae4d4bf8d797f58d2e70f81441b80c5addcea8f267cb4cfe083ed714c69" }, "downloads": -1, "filename": "django-stdfile-0.5.tar.gz", "has_sig": false, "md5_digest": "08cd37a2df7d2136430a764ca463eae0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3269, "upload_time": "2010-12-22T17:28:53", "url": "https://files.pythonhosted.org/packages/9c/a0/b6e1dd66661042a218007d7cb52bb24c6bde55d2f3b651476c8450ad1a61/django-stdfile-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "08cd37a2df7d2136430a764ca463eae0", "sha256": "5522fae4d4bf8d797f58d2e70f81441b80c5addcea8f267cb4cfe083ed714c69" }, "downloads": -1, "filename": "django-stdfile-0.5.tar.gz", "has_sig": false, "md5_digest": "08cd37a2df7d2136430a764ca463eae0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3269, "upload_time": "2010-12-22T17:28:53", "url": "https://files.pythonhosted.org/packages/9c/a0/b6e1dd66661042a218007d7cb52bb24c6bde55d2f3b651476c8450ad1a61/django-stdfile-0.5.tar.gz" } ] }