{ "info": { "author": "Evan Borgstrom", "author_email": "evan@fatbox.ca", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Django-Fujita\n=============\n\nThis is a Tornado server built to run the Django_ builtin 'runserver' command.\n\nThis uses WebSockets, so modern browsers only.\n\nWhy on earth would one want to do such a crazy thing?\n-----------------------------------------------------\nThe main reason this was built was for the use case of a team environment where\nthe developers are using Vagrant_ for local development and want to give the\nless terminal savvy users an easy way to run and control the Django_ development\nserver.\n\nHow do I use this?\n------------------\nFor testing purposes:\n\n#. Clone this repository.\n#. Create a new virtualenv\n#. Install ``Django`` & ``tornado`` via pip\n#. Run the fujita.py script with the command to run the testproject (see below)\n#. Visit the Fujita Console in your browser\n\nTo distribute a Fujita Console in your project simply list ``django-fujita`` in\nyour requirements and then add a ``fujita.py`` script to the root.\n\nRunning the fujita.py script\n----------------------------\nYou need to tell the script how to run your development server through the\n``--command`` option.\n\nIf you're following the steps above then you'll want to use something similar\nto the following command::\n\n ./fujita.py --command \"/home/user/.virtualenvs/fujita/bin/python /home/user/projects/django-fujita/testproject/manage.py runserver 0:8000\"\n\nThe above command assumes you have a virtualenv named ``fujita`` in the\n``.virtualenvs`` directory in your home. It also assumes that you have a\nprojects directory in your home and the ``django-fujita`` repository has been\nchecked out there. Adjust for your setup.\n\nThe ``command`` is run under ``/bin/sh`` so you can set environment variables\nby prefixing them in front of the command::\n\n ./fujita.py --command \"DJANGO_SETTINGS_MODULE=project.settings.dev django-admin.py runserver 0:8000\"\n\n\n.. _Django: http://djangoproject.com/\n.. _Vagrant: http://vagrantup.com/", "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/fatbox/django-fujita", "keywords": null, "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "django-fujita", "package_url": "https://pypi.org/project/django-fujita/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-fujita/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/fatbox/django-fujita" }, "release_url": "https://pypi.org/project/django-fujita/0.3/", "requires_dist": null, "requires_python": null, "summary": "A web based console for Django's development server built using Tornado", "version": "0.3" }, "last_serial": 1560800, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b056881eb934fa01e1be01d312dba966", "sha256": "c563b8208b3fb6d2aac00934553e43286bc7908c0fe518dde41ce05eb99d91d1" }, "downloads": -1, "filename": "django-fujita-0.1.tar.gz", "has_sig": false, "md5_digest": "b056881eb934fa01e1be01d312dba966", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4189, "upload_time": "2013-11-11T02:51:49", "url": "https://files.pythonhosted.org/packages/c2/90/af9c971ab95b0228ff94d265c2356cf2961878b2a700ad487dd23a241c89/django-fujita-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "b279296ea3d6cea171079970a889b5f6", "sha256": "7f6b7aec9531bb805d0ce9e77f18c554901b80cdbd002b9a47d7d2c7c4a3b5e8" }, "downloads": -1, "filename": "django-fujita-0.2.tar.gz", "has_sig": false, "md5_digest": "b279296ea3d6cea171079970a889b5f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6292, "upload_time": "2013-11-11T03:02:39", "url": "https://files.pythonhosted.org/packages/5c/33/26462a6d14b9116ac3d072376e94da2b062869f51c5d2113828e21fa2890/django-fujita-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "7be794c35417335dcc424e60d33b17ac", "sha256": "2b2f4682ec1a0465e1d35217c71fd2fbaeca8f9bd67cd7056cd9e55a759a43f2" }, "downloads": -1, "filename": "django-fujita-0.3.tar.gz", "has_sig": false, "md5_digest": "7be794c35417335dcc424e60d33b17ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6295, "upload_time": "2013-11-11T03:58:36", "url": "https://files.pythonhosted.org/packages/ab/93/48cc762976f13573e58f24295c65ac411ad4a67bd047fcec060780180ca5/django-fujita-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7be794c35417335dcc424e60d33b17ac", "sha256": "2b2f4682ec1a0465e1d35217c71fd2fbaeca8f9bd67cd7056cd9e55a759a43f2" }, "downloads": -1, "filename": "django-fujita-0.3.tar.gz", "has_sig": false, "md5_digest": "7be794c35417335dcc424e60d33b17ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6295, "upload_time": "2013-11-11T03:58:36", "url": "https://files.pythonhosted.org/packages/ab/93/48cc762976f13573e58f24295c65ac411ad4a67bd047fcec060780180ca5/django-fujita-0.3.tar.gz" } ] }