{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Django Dumpdata Field\n============\n\ncustom dumpdata and loaddata commands that allow to export given fields of a model\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n pip install django-dumpdata-field\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+git://github.com/bitmazk/django-dumpdata-field.git#egg=dumpdata_field\n\nTODO: Describe further installation steps (edit / remove the examples below):\n\nAdd ``dumpdata_field`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'dumpdata_field',\n )\n\nAdd the ``dumpdata_field`` URLs to your ``urls.py``\n\n.. code-block:: python\n\n urlpatterns = patterns('',\n ...\n url(r'^/', include('dumpdata_field.urls')),\n )\n\nBefore your tags/filters are available in your templates, load them by using\n\n.. code-block:: html\n\n\t{% load dumpdata_field_tags %}\n\n\nDon't forget to migrate your database\n\n.. code-block:: bash\n\n ./manage.py migrate dumpdata_field\n\n\nUsage\n-----\n\nTODO: Describe usage or point to docs. Also describe available settings and\ntemplatetags.\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps\n\n.. code-block:: bash\n\n # Fork this repository\n # Clone your fork\n mkvirtualenv -p python2.7 django-dumpdata-field\n make develop\n\n git co -b feature_branch master\n # Implement your feature and tests\n git add . && git commit\n git push -u origin feature_branch\n # Send us a pull request for your feature branch", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bitmazk/django-dumpdata-field", "keywords": "django,app,admin command,dumpdata,loaddata,custom", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-dumpdata-field", "package_url": "https://pypi.org/project/django-dumpdata-field/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-dumpdata-field/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/django-dumpdata-field" }, "release_url": "https://pypi.org/project/django-dumpdata-field/0.1/", "requires_dist": null, "requires_python": null, "summary": "custom dumpdata and loaddata commands that allow to export given fields of a model", "version": "0.1" }, "last_serial": 1061249, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "eec9909a70f20bd65852adbb25d2f361", "sha256": "ad08021dfb3ab383deffea02ab8113889af52df77ce8012b872bb2c1a864102b" }, "downloads": -1, "filename": "django-dumpdata-field-0.1.tar.gz", "has_sig": false, "md5_digest": "eec9909a70f20bd65852adbb25d2f361", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9590, "upload_time": "2014-04-15T15:48:39", "url": "https://files.pythonhosted.org/packages/e9/0c/75fd7b7c93fe99f095bacfafb01b0ef2f88f4a4467a9d048379236b1c16d/django-dumpdata-field-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eec9909a70f20bd65852adbb25d2f361", "sha256": "ad08021dfb3ab383deffea02ab8113889af52df77ce8012b872bb2c1a864102b" }, "downloads": -1, "filename": "django-dumpdata-field-0.1.tar.gz", "has_sig": false, "md5_digest": "eec9909a70f20bd65852adbb25d2f361", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9590, "upload_time": "2014-04-15T15:48:39", "url": "https://files.pythonhosted.org/packages/e9/0c/75fd7b7c93fe99f095bacfafb01b0ef2f88f4a4467a9d048379236b1c16d/django-dumpdata-field-0.1.tar.gz" } ] }