{ "info": { "author": "Shrey Agarwal, Taranjeet Singh", "author_email": "shrey.agarwal@paytm.com, reachtotj@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP" ], "description": "============\nDj myghanta\n============\n\nDj myghanta is a Django app to create MySQL timestamp field for Django models.\n\nQuick start\n-----------\n\n1. Add \"myghanta\" to your INSTALLED_APPS like this::\n\n ```\n INSTALLED_APPS = (\n ...\n 'myghanta',\n )\n ```\n\n2. Import it in your models like::\n\n ```\n from myghanta.fields import MysqlTimeStampField\n ```\n\n3. Create model fields like::\n\n ```\n created_at = MysqlTimestamp(auto_now_add=True)\n updated_at = MysqlTimestamp(auto_now=True)\n ```", "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/paytm/dj-myghanta", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "dj-myghanta", "package_url": "https://pypi.org/project/dj-myghanta/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dj-myghanta/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/paytm/dj-myghanta" }, "release_url": "https://pypi.org/project/dj-myghanta/0.1/", "requires_dist": null, "requires_python": null, "summary": "Package to create MySQL timestamp field for Django models", "version": "0.1" }, "last_serial": 2090305, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "49e305ba39c00cf983c8bb614dde00b6", "sha256": "53af31a189341d0ce5b6edab5d395c5a87b72e1e37b8dc6e8e0c50e45600c226" }, "downloads": -1, "filename": "dj-myghanta-0.1.tar.gz", "has_sig": false, "md5_digest": "49e305ba39c00cf983c8bb614dde00b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2744, "upload_time": "2016-04-29T06:28:27", "url": "https://files.pythonhosted.org/packages/1f/4f/1510df36f77970ab78f0baad479b565f5595ccc2b355d812e9f3629c60e0/dj-myghanta-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "49e305ba39c00cf983c8bb614dde00b6", "sha256": "53af31a189341d0ce5b6edab5d395c5a87b72e1e37b8dc6e8e0c50e45600c226" }, "downloads": -1, "filename": "dj-myghanta-0.1.tar.gz", "has_sig": false, "md5_digest": "49e305ba39c00cf983c8bb614dde00b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2744, "upload_time": "2016-04-29T06:28:27", "url": "https://files.pythonhosted.org/packages/1f/4f/1510df36f77970ab78f0baad479b565f5595ccc2b355d812e9f3629c60e0/dj-myghanta-0.1.tar.gz" } ] }