{ "info": { "author": "Richard Lander", "author_email": "lander2k2@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "===============\ndjango-designer\n===============\n\nAllow designers to work on your templates without having to run\nthe Django development server, database etc.\n\nDesigner's workflow:\n\n#. Pulls repo\n#. Edits template, makes it look pretty\n#. Runs manage.py command to render template and produce html file\n#. Points browser to file\n#. Views pretty rendered template in browser\n#. Repeats steps 2 and 3, refreshes browser\n#. Commits and pushes pretty templates\n\nNote: To state the obvious, context variables are not rendered on page.\nView functions are not called. Context variables are often not needed\nwhen a desinger is viewing templates for design purposes.\n\n-------\nInstall\n-------\nInstall package::\n\n pip install django-designer\n\n-----\nUsage\n-----\nRun::\n\n $ ./manage.py render_template your_app/templates/home.html\n file:///Users/you/Projects/your_project/your_app/templates/home_rendered.html\n\nCopy-paste output into browser address bar and view rendered template.\n\nRecommend you add ``*_rendered.html`` to your .gitignore.\n\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/lander2k2/django-designer", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-designer", "package_url": "https://pypi.org/project/django-designer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-designer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/lander2k2/django-designer" }, "release_url": "https://pypi.org/project/django-designer/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Django template renderer for designers", "version": "0.2.1" }, "last_serial": 1480551, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b1307a340d7d69aa75a36df58c2f03cf", "sha256": "d004253b6fba6d73ea10eb81313ff0e1509b42fb9e0d11c12d4ce4d1eda5031c" }, "downloads": -1, "filename": "django-designer-0.1.tar.gz", "has_sig": false, "md5_digest": "b1307a340d7d69aa75a36df58c2f03cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 810, "upload_time": "2015-03-27T15:10:26", "url": "https://files.pythonhosted.org/packages/d9/20/b955cd70384224aa365d07b605a8feaf5822d50257e4bb6a21e7ad6f2deb/django-designer-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "13603da46ce6502d3e89947b9cf02573", "sha256": "71a8371bdfc1edaa292450955a0147664fc93f54adb0db196a4b129057be38fb" }, "downloads": -1, "filename": "django-designer-0.1.1.tar.gz", "has_sig": false, "md5_digest": "13603da46ce6502d3e89947b9cf02573", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1074, "upload_time": "2015-03-27T15:21:27", "url": "https://files.pythonhosted.org/packages/ee/46/a23f5cd78fff370a649611f2fb8a73609974c9c471f945d02783a54aee49/django-designer-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "293f10d65979a64c96618011619d005c", "sha256": "16631a0e44e25e40dc72fbc8b28d15175cc4c8d4760a85462b88f110d70ae865" }, "downloads": -1, "filename": "django-designer-0.1.2.tar.gz", "has_sig": false, "md5_digest": "293f10d65979a64c96618011619d005c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1634, "upload_time": "2015-03-27T17:59:40", "url": "https://files.pythonhosted.org/packages/34/d5/c3ab8ad8c2a4b446cc23eba8dde9d3473142dfa13dd32ab757d8d2172c8b/django-designer-0.1.2.tar.gz" } ], "0.2": [], "0.2.1": [ { "comment_text": "", "digests": { "md5": "273083c5ae7029082bb4e9957b10ef4f", "sha256": "29134c83705f7380caeef95a289ae2e71443603f8df75416c953ca7463664d17" }, "downloads": -1, "filename": "django-designer-0.2.1.tar.gz", "has_sig": false, "md5_digest": "273083c5ae7029082bb4e9957b10ef4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1898, "upload_time": "2015-03-27T18:36:58", "url": "https://files.pythonhosted.org/packages/e6/1b/5677777c96c930c481af196faca6cf363edd11cb0e02079b3d0813be3543/django-designer-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "273083c5ae7029082bb4e9957b10ef4f", "sha256": "29134c83705f7380caeef95a289ae2e71443603f8df75416c953ca7463664d17" }, "downloads": -1, "filename": "django-designer-0.2.1.tar.gz", "has_sig": false, "md5_digest": "273083c5ae7029082bb4e9957b10ef4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1898, "upload_time": "2015-03-27T18:36:58", "url": "https://files.pythonhosted.org/packages/e6/1b/5677777c96c930c481af196faca6cf363edd11cb0e02079b3d0813be3543/django-designer-0.2.1.tar.gz" } ] }