{ "info": { "author": "Luca Adalberto Vandro", "author_email": "lucavandro@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-grunt\n============\n\nManaging Grunt with runserver and Grunt initialization for your project.\nInspired to [Brandon Konkle's post](http://lincolnloop.com/blog/simplifying-your-django-frontend-tasks-grunt/)\n\nInstallation\n----------\nFrom command line\n\n```\npip install grunt-django\n```\n\nIn your settings.py:\n\n```python\nINSTALLED_APPS = (\n ...,\n 'grunt'\n)\n```\noptional:\n```python\nimport os\nBASE_DIR = os.path.dirname(os.path.dirname(__file__))\nGRUNTFILE_ROOT = os.path.join(BASE_DIR, 'MY_GRUNTFILE_DIR')\n```\n\nUsage \n----\ndjango-grunt provide 2 management commands:\n\n1. \n```\nmanage.py gruntinit\n``` \nwhich creates a package.json and Gruntfile.js\n\n2.\n```\nmanage.py gruntserver\n``` \nRun this command instead of ```manage.py runserver``` for running django server along with grunt. This is helpful when you use livereload and watch.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "Apache License", "maintainer": null, "maintainer_email": null, "name": "grunt-django", "package_url": "https://pypi.org/project/grunt-django/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/grunt-django/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/grunt-django/0.2.4/", "requires_dist": null, "requires_python": null, "summary": "Grunt initialization for your project", "version": "0.2.4" }, "last_serial": 1182361, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "987429b1324303df3b9ae866c51e1167", "sha256": "61a15db33054dc64d5f96286e31691e6fce03dcb5fe0a433c05e66053c467477" }, "downloads": -1, "filename": "grunt-django-0.1.macosx-10.9-intel.exe", "has_sig": false, "md5_digest": "987429b1324303df3b9ae866c51e1167", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 66383, "upload_time": "2014-08-06T15:28:53", "url": "https://files.pythonhosted.org/packages/75/b4/f289b4eb132829c0481ff04dd83648ab16efb6a975940ee091b95060c9cc/grunt-django-0.1.macosx-10.9-intel.exe" }, { "comment_text": "", "digests": { "md5": "1e6dd7716bc4872a27fec1db5157fb43", "sha256": "a1de2e401236f058d721a65baabdccdb2ba43ff6b62a5e9c6ec5efdcfa4d0a05" }, "downloads": -1, "filename": "grunt-django-0.1.tar.gz", "has_sig": false, "md5_digest": "1e6dd7716bc4872a27fec1db5157fb43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7053, "upload_time": "2014-08-06T15:28:49", "url": "https://files.pythonhosted.org/packages/74/98/1b61ee9f95d073c4097bef81f7ce0f451da12c752a26d42afa83e5fdfd5c/grunt-django-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "78150e9f4e270ed1edf614d4d6268a17", "sha256": "90ca3135a84aee237e9b3899127039de5efba9d09f3d063d8334450a35f082ee" }, "downloads": -1, "filename": "grunt-django-0.2.macosx-10.9-intel.exe", "has_sig": false, "md5_digest": "78150e9f4e270ed1edf614d4d6268a17", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 73221, "upload_time": "2014-08-06T21:59:47", "url": "https://files.pythonhosted.org/packages/af/b0/a775016291f7436ced3a8ac4ac4d5fce1ccc2c8b50dc9c743991cd46da0e/grunt-django-0.2.macosx-10.9-intel.exe" }, { "comment_text": "", "digests": { "md5": "87f8a62caff7a386b1d4180c7e56a991", "sha256": "8ac0813a8befc30c6fdcdd5d5ff83f469e252b8fe2c1e3adee8cc4eff4651c55" }, "downloads": -1, "filename": "grunt-django-0.2.tar.gz", "has_sig": false, "md5_digest": "87f8a62caff7a386b1d4180c7e56a991", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11031, "upload_time": "2014-08-06T21:59:44", "url": "https://files.pythonhosted.org/packages/b9/c1/39b89e471e7d98345bbe343d5d0441e3e2da4cca486c10406e7716252ca0/grunt-django-0.2.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "0352abb2d9e150b102f3ee284f06e84e", "sha256": "e46d36c79d75222a465c950ce29adb768f7ecb909c6cd7c507e1056e23f6cc31" }, "downloads": -1, "filename": "grunt-django-0.2.2.macosx-10.9-intel.exe", "has_sig": false, "md5_digest": "0352abb2d9e150b102f3ee284f06e84e", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 73243, "upload_time": "2014-08-06T22:02:30", "url": "https://files.pythonhosted.org/packages/8a/2d/d1a86877d8c40d3311ef60db2bff46d4a5912fb6bc736b7f3668b0d7dd74/grunt-django-0.2.2.macosx-10.9-intel.exe" }, { "comment_text": "", "digests": { "md5": "8836570ebfc83fc563bd274d827c381a", "sha256": "d9f1c3c58e128b61a5e192ad74e1fe93a2ca5bc7cb7023c65765755f492153a3" }, "downloads": -1, "filename": "grunt-django-0.2.2.tar.gz", "has_sig": false, "md5_digest": "8836570ebfc83fc563bd274d827c381a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11052, "upload_time": "2014-08-06T22:02:25", "url": "https://files.pythonhosted.org/packages/86/60/058f21a071b1479abb362098c278d88110a6a1152282d76c865f04dcf54d/grunt-django-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "28a000bde124898f6b8fa9d31cd73f16", "sha256": "0b09aa0ea68b1efe6aebcc1834194bb94c75efc86b96a3c32e848f611b262003" }, "downloads": -1, "filename": "grunt-django-0.2.3.macosx-10.9-intel.exe", "has_sig": false, "md5_digest": "28a000bde124898f6b8fa9d31cd73f16", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 73242, "upload_time": "2014-08-06T22:13:40", "url": "https://files.pythonhosted.org/packages/92/65/c1773f5c3c360f31d09e366690c9951b25f0cb57bc911f27f6937cb1ff6c/grunt-django-0.2.3.macosx-10.9-intel.exe" }, { "comment_text": "", "digests": { "md5": "04b9b1a6abde14edec5f6f849b6fb846", "sha256": "c0330186f8f98dde7d378631092e1b3a5777de432ffda86e42d5b357cdd8a93e" }, "downloads": -1, "filename": "grunt-django-0.2.3.tar.gz", "has_sig": false, "md5_digest": "04b9b1a6abde14edec5f6f849b6fb846", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10955, "upload_time": "2014-08-06T22:13:36", "url": "https://files.pythonhosted.org/packages/d5/32/6a6cd3ce86ca0dac39dade1b84b8868d2baefe1c4474caeb42d53d9d8b89/grunt-django-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "620d8b3d591f01004d737eace25f142c", "sha256": "49b99c1560c6151b152db52eaefc9144eb38cab8b8279e70924450f99b482064" }, "downloads": -1, "filename": "grunt-django-0.2.4.macosx-10.9-intel.exe", "has_sig": false, "md5_digest": "620d8b3d591f01004d737eace25f142c", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 73236, "upload_time": "2014-08-06T22:20:26", "url": "https://files.pythonhosted.org/packages/e7/1e/0be7154e75b1f9a144728d7bd53986acc26dabfd71eabd00e17f865ae0cb/grunt-django-0.2.4.macosx-10.9-intel.exe" }, { "comment_text": "", "digests": { "md5": "802d7fc0ba6ef73fdb0d2c46d162c44f", "sha256": "45adc972c47caf89903e029d357604cdec35a6dcb311034b33c365bacc9f07ab" }, "downloads": -1, "filename": "grunt-django-0.2.4.tar.gz", "has_sig": false, "md5_digest": "802d7fc0ba6ef73fdb0d2c46d162c44f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10940, "upload_time": "2014-08-06T22:20:23", "url": "https://files.pythonhosted.org/packages/8b/b3/1b2eead874568ef48b713e6f732d9736821e5ae789a38d3497b502bdc4b1/grunt-django-0.2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "620d8b3d591f01004d737eace25f142c", "sha256": "49b99c1560c6151b152db52eaefc9144eb38cab8b8279e70924450f99b482064" }, "downloads": -1, "filename": "grunt-django-0.2.4.macosx-10.9-intel.exe", "has_sig": false, "md5_digest": "620d8b3d591f01004d737eace25f142c", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 73236, "upload_time": "2014-08-06T22:20:26", "url": "https://files.pythonhosted.org/packages/e7/1e/0be7154e75b1f9a144728d7bd53986acc26dabfd71eabd00e17f865ae0cb/grunt-django-0.2.4.macosx-10.9-intel.exe" }, { "comment_text": "", "digests": { "md5": "802d7fc0ba6ef73fdb0d2c46d162c44f", "sha256": "45adc972c47caf89903e029d357604cdec35a6dcb311034b33c365bacc9f07ab" }, "downloads": -1, "filename": "grunt-django-0.2.4.tar.gz", "has_sig": false, "md5_digest": "802d7fc0ba6ef73fdb0d2c46d162c44f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10940, "upload_time": "2014-08-06T22:20:23", "url": "https://files.pythonhosted.org/packages/8b/b3/1b2eead874568ef48b713e6f732d9736821e5ae789a38d3497b502bdc4b1/grunt-django-0.2.4.tar.gz" } ] }