{ "info": { "author": "Tim Baxter", "author_email": "mail.baxter@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4" ], "description": "Tango\n=====\n\nFaster, simpler django content management.\n\n\n##Installation:\n\n###Install via pip:\n\n pip install django-tango\n\nOr, if you want the very latest version from GitHub:\n\n pip install git+https://github.com/tBaxter/Tango.git\n\nIf you're installing in a fresh, brand-new virtualenvironment -- and you are using a virtualenvironment, right? -- then you'll see a lot of stuff fly by.\nDon't worry, that's just the dependencies.\nIf your environment already has the usual stuff installed (Django, PIL, etc),\nthen you'll speed through the Tango install.\n\nFor more info, see the \"Dependencies\" section.\n\n###For a new project, run the [Tango Starter Kit](https://github.com/tBaxter/tango-starter-kit):\n\n django-admin.py startproject --template=https://github.com/tBaxter/tango-starter-kit/archive/master.zip test_project\n\n*Note: test_project should (of course) be changed to the name of your project*\n\n### What then?\nIf you used the starter project, a basic test database was included.\nJust run manage.py runserver and you'll have a working site.\nYou can log into the admin with username:admin, password:test.\nObviously, you'll want to change that right away.\n\nIf not, you'll want to run syncdb or South.\n\nThen start adding content. That's it.\n\n### Before you go live\nBefore the site is ready to go live, you'll want to change some settings and hook up a real database, of course.\nBefore users can register and sign in, you'll also need to configure user registration and authentication. We like [django-allauth](https://github.com/pennersr/django-allauth), but have also used and liked django-registration.\n\n## So what batteries are included?\n* [News/articles/blogs](https://github.com/tBaxter/tango-articles)\n* [Photo galleries](https://github.com/tBaxter/tango-photos)\n* Sophisticated contact and user submissions forms courtesy of [Tango Contact Manager](https://github.com/tBaxter/tango-contact-manager)\n* Video integration with Youtube, Hulu and uStream\n* Robust event calendars and management with [Tango Happenings](https://github.com/tBaxter/tango-happenings)\n* A straighforward user profile model (that you're welcome to ignore if you have your own)\n* An updated, responsive admin theme.\n* Capo, a simple SASS-based framework for quickly styling your site.\n\n\n### What else?\n* Clear, easy-to-understand code.\n* Plug and play. Whether you want a new site in minutes or just want an app, you're covered.\n* Full multi-site support.\n* Tango doesn't take over your project. It works with your other code.\n* Don't want all of it? You can get just the pieces you want, and throw out the pieces you don't want.\n\n\n##Dependencies (these should be installed for you)\n[Django 1.5.1 +](https://www.djangoproject.com)\nPIL or Pillow (Your choice)\n[Easy-Thumbnails](https://github.com/SmileyChris/easy-thumbnails)\nMarkdown & Typogrify for nice text formatting\ndjango-filter\nvobject\n[Python-Twitter](https://github.com/bear/python-twitter) (if you want to auto-tweet news items)\n\n### Recommended\ndocutils\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tBaxter/Tango", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-tango", "package_url": "https://pypi.org/project/django-tango/", "platform": "", "project_url": "https://pypi.org/project/django-tango/", "project_urls": { "Homepage": "https://github.com/tBaxter/Tango" }, "release_url": "https://pypi.org/project/django-tango/0.10.0/", "requires_dist": [ "tango-shared-core (>=1.2)", "tango-capo (>=0.2)", "tango-articles (>=0.12)", "tango-comments (>=0.8)", "tango-contact-manager (>=0.9)", "tango-happenings (>=0.14)", "tango-photos (>=0.4)", "tango-voting (>=0.4)", "django-filter (>=2.0)" ], "requires_python": "", "summary": "Faster, simpler Django content management.", "version": "0.10.0" }, "last_serial": 4203659, "releases": { "0.1": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f548354b93268c30440ff770581bada0", "sha256": "9120f4065555409888d51a2575e8c59cdd1950654930065226c6970c782c57bd" }, "downloads": -1, "filename": "django-tango-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f548354b93268c30440ff770581bada0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 480642, "upload_time": "2013-08-21T17:27:30", "url": "https://files.pythonhosted.org/packages/e3/94/a3bdf124db142d515c1b31498297dc4df053ac0e217818d057f33baf6383/django-tango-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "8d89fc8145efd54c852480df5936bb12", "sha256": "6f9e36c798dcc40fe7a749aae3b693599cfc95981ec61ade179eab31b668e778" }, "downloads": -1, "filename": "django-tango-0.1.2.tar.gz", "has_sig": false, "md5_digest": "8d89fc8145efd54c852480df5936bb12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 480783, "upload_time": "2013-08-21T17:29:50", "url": "https://files.pythonhosted.org/packages/c4/da/cbf9870cee6f63ea18f1fd62c796dcb958575ee44136624a1ea82aa9efa0/django-tango-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "41cfa54f3754d35e2479f070e69c6c57", "sha256": "bb7af2240b9114ef75417c92e3a8c02ffa7068e97f5ce9eadd65a1ac88c720f7" }, "downloads": -1, "filename": "django-tango-0.1.3.tar.gz", "has_sig": false, "md5_digest": "41cfa54f3754d35e2479f070e69c6c57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 480801, "upload_time": "2013-08-21T17:43:08", "url": "https://files.pythonhosted.org/packages/91/9a/78fffe7ecbe55fcc3ddd202e0dd0a3d38b14c365e7dabc18308a2523bde6/django-tango-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "cd21ecf91ffb44a07d3aa4b81c7cde10", "sha256": "7d19af7a5c511793a919a5dc66716c492457ca25b00c0a538c71c7044d39a6d9" }, "downloads": -1, "filename": "django-tango-0.1.4.tar.gz", "has_sig": false, "md5_digest": "cd21ecf91ffb44a07d3aa4b81c7cde10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 480716, "upload_time": "2013-08-21T17:55:17", "url": "https://files.pythonhosted.org/packages/a1/6c/c137675cd684fb4c835584dca1f20e5d45d3a968735d98024792b00dbca5/django-tango-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "4078a3743a6648acd59a604270cd04f1", "sha256": "9633e84b6f5a5528e6cd0310dedb06d91424a12ac384075b1a971052170a8da1" }, "downloads": -1, "filename": "django-tango-0.1.5.tar.gz", "has_sig": false, "md5_digest": "4078a3743a6648acd59a604270cd04f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 480718, "upload_time": "2013-08-21T17:56:25", "url": "https://files.pythonhosted.org/packages/2e/b6/8f5024dc73e1a1bbed6575a45dffa194855c7f7bdfbb2308bf8c107abdef/django-tango-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "eb911c05b921261176ab110b2a9db5e3", "sha256": "f3bc250b4f9fc26a41d598e06ebd8dde0bf1c163f545bcbce1b8261a3901a582" }, "downloads": -1, "filename": "django-tango-0.1.6.tar.gz", "has_sig": false, "md5_digest": "eb911c05b921261176ab110b2a9db5e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 480171, "upload_time": "2013-08-22T16:22:43", "url": "https://files.pythonhosted.org/packages/15/0c/b9cd7c841936a3a616755634c0a17bfa94f2a2d4b93b02bee9a6d49fce76/django-tango-0.1.6.tar.gz" } ], "0.10.0": [ { "comment_text": "", "digests": { "md5": "f85f0d04b1f1838d39c1e2d2165a35c2", "sha256": "8c61e0a78282493562d5ec10559d350d439a007499cd4a22c4155d49ca7a7f71" }, "downloads": -1, "filename": "django_tango-0.10.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f85f0d04b1f1838d39c1e2d2165a35c2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20591, "upload_time": "2018-08-24T13:12:29", "url": "https://files.pythonhosted.org/packages/23/67/e9647c8ab191a76dcb8cce67bef57ed9008ec3888c95943459f4a2bae289/django_tango-0.10.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b5c6e49fbcfa20930b405c2f0a68ab0e", "sha256": "5c65079dd9c0157c1df0e20571f4bf56add417b8376bc23686153a92ca343272" }, "downloads": -1, "filename": "django-tango-0.10.0.tar.gz", "has_sig": false, "md5_digest": "b5c6e49fbcfa20930b405c2f0a68ab0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15981, "upload_time": "2018-08-24T13:12:35", "url": "https://files.pythonhosted.org/packages/bb/8c/c73b858ded58b44c81c4e9e85bbb3735d1135e0c1fd02796cc3be5d5ae80/django-tango-0.10.0.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "c496335c7fdd87e53cd1cb107afc183f", "sha256": "09f95e806a28f0bcb97eec9ea50b0cf221fb2be20eee3d69fb06f2ff926e2bb9" }, "downloads": -1, "filename": "django-tango-0.2.tar.gz", "has_sig": false, "md5_digest": "c496335c7fdd87e53cd1cb107afc183f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66687, "upload_time": "2013-08-23T14:58:43", "url": "https://files.pythonhosted.org/packages/9e/20/fe7301fec8243e32efbe31ac97c6b0b0f184450def0061d5fbee230d9587/django-tango-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "c697b9397c791027fbebcb1474e5467a", "sha256": "aa74f22ea67bb30f89fe60008efcb7db443413f611a0cc3a309ba084de579b4a" }, "downloads": -1, "filename": "django-tango-0.3.tar.gz", "has_sig": false, "md5_digest": "c697b9397c791027fbebcb1474e5467a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60074, "upload_time": "2013-08-30T01:55:07", "url": "https://files.pythonhosted.org/packages/cf/7a/51674cae54507566590a8ff14511992df10d74bff93182f866e72f4dadaa/django-tango-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "a7e56b7ff491b4c1b5c559bc2337a31f", "sha256": "3247307e8bccfd678b5685817b9901b4c2b87cce4050fa14c8f3ac291adc7880" }, "downloads": -1, "filename": "django-tango-0.3.1.tar.gz", "has_sig": false, "md5_digest": "a7e56b7ff491b4c1b5c559bc2337a31f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60057, "upload_time": "2013-09-01T19:07:21", "url": "https://files.pythonhosted.org/packages/00/7b/e6590673a04b6b6a36e0fa1aa3ee56f5c3e0b5cfa10a43ea3d5e93a8928a/django-tango-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "90c817e3ec27422e6edbbe7ee6c47f36", "sha256": "0efc34d139c190e6cbff2f9f1e0aae0ef06cf3a55abe26bc533fdf989ace1cc6" }, "downloads": -1, "filename": "django-tango-0.3.2.tar.gz", "has_sig": false, "md5_digest": "90c817e3ec27422e6edbbe7ee6c47f36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58864, "upload_time": "2013-09-02T22:26:40", "url": "https://files.pythonhosted.org/packages/ac/93/0f07596ad4ad69204e2e7a6fddb39213ae813205878c8de957407e270628/django-tango-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "f8caf8fb2de55c493a1f68e19dfe0fc4", "sha256": "b61d36dde15f01d72d04e643a429221d91fa8f087fbcc86ab6239f00513a8173" }, "downloads": -1, "filename": "django-tango-0.3.3.tar.gz", "has_sig": false, "md5_digest": "f8caf8fb2de55c493a1f68e19dfe0fc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31463, "upload_time": "2013-09-10T18:55:27", "url": "https://files.pythonhosted.org/packages/6f/9f/40de073c7b88fae5223b17cdef499d73d05c24998af93c122bdad03ea4f9/django-tango-0.3.3.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "978c187dd3153ee73a2bbcb0899cc19f", "sha256": "e54fca1b33c414cade7076875a29d51c14f61af2057060b593f95df78425e301" }, "downloads": -1, "filename": "django-tango-0.4.1.tar.gz", "has_sig": false, "md5_digest": "978c187dd3153ee73a2bbcb0899cc19f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23039, "upload_time": "2013-11-20T16:31:10", "url": "https://files.pythonhosted.org/packages/8a/50/42293358bf10cb3f0843169759f1c934f7fe7e1537a91a1661707979e5b9/django-tango-0.4.1.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "e959a7978ec2366aec848c96b101ae0c", "sha256": "570582ea0d659081fc829db47a69d8b66e49f7d89f1a54783b1b84f3ab2d0a74" }, "downloads": -1, "filename": "django-tango-0.4.3.tar.gz", "has_sig": false, "md5_digest": "e959a7978ec2366aec848c96b101ae0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23009, "upload_time": "2013-11-20T18:46:22", "url": "https://files.pythonhosted.org/packages/35/07/bec299166d7ab59534995062ff7ff7155437e7965c1fd44f47fa7a6aa94e/django-tango-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "36cea279187688172090cfc36d20ce6e", "sha256": "8f33ba1886a9ac1657d3fe250853a5a712c6bbf6e62c08fd5bf882c626dcda65" }, "downloads": -1, "filename": "django-tango-0.4.4.tar.gz", "has_sig": false, "md5_digest": "36cea279187688172090cfc36d20ce6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23021, "upload_time": "2013-12-30T19:26:59", "url": "https://files.pythonhosted.org/packages/ed/ea/1fbdd917007287f23ee982b23e5f9c45aaadab96707e9f2a71f38d24d6a8/django-tango-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "e350003389a6920d38aaea2af6006e53", "sha256": "15a66de66b2e61b4935d4ca50e17a82b9be8343df373967454a3e6e702b69418" }, "downloads": -1, "filename": "django-tango-0.4.5.tar.gz", "has_sig": false, "md5_digest": "e350003389a6920d38aaea2af6006e53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23002, "upload_time": "2014-01-02T18:20:58", "url": "https://files.pythonhosted.org/packages/82/1f/65f6855a0b1a8523044472c3ed076a8553cfd34e5108f4040bbf7cfb06b6/django-tango-0.4.5.tar.gz" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "ddbb75c1743312678b6703fc0d50f602", "sha256": "3abc74a99714a86bc56bef4d3a722cb43739036638efa212372c3b428a42c21a" }, "downloads": -1, "filename": "django-tango-0.4.6.tar.gz", "has_sig": false, "md5_digest": "ddbb75c1743312678b6703fc0d50f602", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23068, "upload_time": "2014-01-03T01:17:56", "url": "https://files.pythonhosted.org/packages/85/07/95b9da929bb5cead407515bcb4dd614909a96f43a244c7fb13b6526f34bb/django-tango-0.4.6.tar.gz" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "6bdc5fa071d83be213f0a42fb88aad1f", "sha256": "93558fa50137fb6fdeffe63828507670d7664544001d906395ee86059e2a1c10" }, "downloads": -1, "filename": "django-tango-0.4.7.tar.gz", "has_sig": false, "md5_digest": "6bdc5fa071d83be213f0a42fb88aad1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23162, "upload_time": "2014-03-27T20:25:25", "url": "https://files.pythonhosted.org/packages/d7/0b/b30a6c6bec80b2a0bb17d4df16c02d26632826bffcf23e2728beb68b14ce/django-tango-0.4.7.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "4defa409225af9acafdd03409db1f45d", "sha256": "ddca11af9dc785037e3555ea2edaa9d8b3121e6984bb7d1dcc88a8c8ee4d1b3d" }, "downloads": -1, "filename": "django-tango-0.5.2.tar.gz", "has_sig": false, "md5_digest": "4defa409225af9acafdd03409db1f45d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19836, "upload_time": "2014-08-22T19:53:59", "url": "https://files.pythonhosted.org/packages/eb/0b/6cc107bc3ba6f278c420a5a446a90a39182ded632b1ee629fcef420adb1f/django-tango-0.5.2.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "2f410cb17b94274337187197311e59df", "sha256": "d2cf6dc17dbf11c035c9cc4bd0ad28ea9d5d0196ba05b822bd78771e4708e797" }, "downloads": -1, "filename": "django-tango-0.6.0.tar.gz", "has_sig": false, "md5_digest": "2f410cb17b94274337187197311e59df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16378, "upload_time": "2014-08-25T15:02:12", "url": "https://files.pythonhosted.org/packages/8c/79/91682c669356d0550be693898ff7167ddda37a52dfaa773affc660169d6a/django-tango-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "1394f22c6d2e378a6553112b951962c3", "sha256": "1f35cf9ead8e0feeadb0555574bbc87b26e8fefc7e69fff3eb701b150b999284" }, "downloads": -1, "filename": "django-tango-0.6.1.tar.gz", "has_sig": false, "md5_digest": "1394f22c6d2e378a6553112b951962c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16385, "upload_time": "2014-10-29T19:21:25", "url": "https://files.pythonhosted.org/packages/3b/43/3a1fda073e8bfa6e12bb442e253323fb69be7e9f23170ae140a3d107cc7a/django-tango-0.6.1.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "bed2e300565a55fce8adccb68bc3b336", "sha256": "7ee766387de303151e78d6ba2c0c5970ef85c7d289e98cf846944ba2424f1e74" }, "downloads": -1, "filename": "django-tango-0.7.1.tar.gz", "has_sig": false, "md5_digest": "bed2e300565a55fce8adccb68bc3b336", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16596, "upload_time": "2015-01-19T15:14:48", "url": "https://files.pythonhosted.org/packages/67/34/f630ebed7040d5ee6f863c5968ed5647356a3b151b41e1a2d71986066d06/django-tango-0.7.1.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "9a57cbd0f91d8a8f49e89a9a86d49e69", "sha256": "b6e078dff5ff4a852cdfcdf5bf065e305ab50387688777e64998f7e323484dfe" }, "downloads": -1, "filename": "django-tango-0.7.3.tar.gz", "has_sig": false, "md5_digest": "9a57cbd0f91d8a8f49e89a9a86d49e69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16580, "upload_time": "2016-01-13T19:15:06", "url": "https://files.pythonhosted.org/packages/e3/12/23ac1230875fd6d383f8c896f2f2f713340d48858109b3ce36722989b92b/django-tango-0.7.3.tar.gz" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "262dfd591b5ae3ebf0656fcef558f45d", "sha256": "e534877258b610c199a5b243426da77ce02b9312d789a921265291cb79aa88df" }, "downloads": -1, "filename": "django-tango-0.7.4.tar.gz", "has_sig": false, "md5_digest": "262dfd591b5ae3ebf0656fcef558f45d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16575, "upload_time": "2016-01-13T19:20:34", "url": "https://files.pythonhosted.org/packages/96/28/a279adf1ad89896798458caf01e8102922374d4097997125a30196f798b0/django-tango-0.7.4.tar.gz" } ], "0.7.5": [ { "comment_text": "", "digests": { "md5": "55faf2db8bdd6b352d683c5ba2004a81", "sha256": "9ec244938e34d3062c6bef1a9f02b445a3361669ec65427d7e88dcb0e79cca8c" }, "downloads": -1, "filename": "django-tango-0.7.5.tar.gz", "has_sig": false, "md5_digest": "55faf2db8bdd6b352d683c5ba2004a81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16579, "upload_time": "2016-01-13T19:29:40", "url": "https://files.pythonhosted.org/packages/68/ee/368a64174e394a851ae4f6b8f3882563d0497e97ae2939f2634ca062be4e/django-tango-0.7.5.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "939e3b16b0fac953f407de7aab08a0c0", "sha256": "fca58eaf4dba0beef51c50106c10a00e05eaef2e4d8bbcdcf80e7f46e48c0c9b" }, "downloads": -1, "filename": "django_tango-0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "939e3b16b0fac953f407de7aab08a0c0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20531, "upload_time": "2018-06-27T19:42:47", "url": "https://files.pythonhosted.org/packages/f1/44/28901435aaf61ef8b6adc6d34c2906587658c6ceb3be637cfebc56f39e03/django_tango-0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2cf37472e0ccde6080346457584d4f80", "sha256": "e57cd1e3c1ecac0e1121452baa87bcb629cfa6161d446a4aa4ac586935441681" }, "downloads": -1, "filename": "django-tango-0.8.tar.gz", "has_sig": false, "md5_digest": "2cf37472e0ccde6080346457584d4f80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15860, "upload_time": "2018-06-27T19:42:48", "url": "https://files.pythonhosted.org/packages/a0/7f/44f34c094ff33210b0dde4cfd90c2e3c01c91c636448dec38a8620f142f1/django-tango-0.8.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "347730a5db015bc8f6d73240413c4f85", "sha256": "1a49dde2746fddc0c3470b50844cdc16d42fd9a94093e15175b0557ee39b0de8" }, "downloads": -1, "filename": "django_tango-0.8.1-py3-none-any.whl", "has_sig": false, "md5_digest": "347730a5db015bc8f6d73240413c4f85", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20576, "upload_time": "2018-06-28T16:02:50", "url": "https://files.pythonhosted.org/packages/61/8d/9a3229f61af128e815ecd5fd21a9634d7f511dae30bdde82676bc372f72f/django_tango-0.8.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "27bc6bef5c14ecfc4aa03023963e4b12", "sha256": "766436918574ab58f339e0e4088a96cb0f13f2f9eee9dd8c0b56e75ec50d8417" }, "downloads": -1, "filename": "django-tango-0.8.1.tar.gz", "has_sig": false, "md5_digest": "27bc6bef5c14ecfc4aa03023963e4b12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15907, "upload_time": "2018-06-28T16:02:51", "url": "https://files.pythonhosted.org/packages/59/94/02c1032682cb9add82c8ca779c152e182c53eeaea99cfcdbb31535156b46/django-tango-0.8.1.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "0abbe93fb8b10786d0187f92930640b2", "sha256": "86cc42b53d1bfd48f29c7041d90556ce25b582e15ed0a23bd3647884303b5856" }, "downloads": -1, "filename": "django_tango-0.9.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0abbe93fb8b10786d0187f92930640b2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20498, "upload_time": "2018-06-29T14:21:45", "url": "https://files.pythonhosted.org/packages/c3/e8/80187f7941f1e45858b93ce72a8c010b79bfdf2e73249533bd58ef6c0923/django_tango-0.9.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ced5e03e5bcad2300f470950c3159d8f", "sha256": "aa311a13d29fb69e4ca173af91abca6ec352c3a238508d7a095013f226517bba" }, "downloads": -1, "filename": "django-tango-0.9.0.tar.gz", "has_sig": false, "md5_digest": "ced5e03e5bcad2300f470950c3159d8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15880, "upload_time": "2018-06-29T14:21:47", "url": "https://files.pythonhosted.org/packages/18/21/86b2bbcd6a2075edd558a4bd7f3cdd7e231324ce252e254f0cc8a8eb219e/django-tango-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "1c0b94c9fbfdf0e5ca98db1da086b157", "sha256": "aa9c93d4a2eb58285e2f6cf4e8927251e1ec40dd09aa727eff2e1228dcbefc93" }, "downloads": -1, "filename": "django_tango-0.9.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1c0b94c9fbfdf0e5ca98db1da086b157", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20507, "upload_time": "2018-06-29T14:53:09", "url": "https://files.pythonhosted.org/packages/d8/1a/d1f7454f97d5e0a34d2658f27526abf8a20c888d9e14817aa6841a7d162b/django_tango-0.9.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "70f3c73f51bfcfe2d2138ec59f7de13f", "sha256": "02660e49975e39c5eb3db1a80feb764d209c91dc8712a0e22ae6f84ee01fe88a" }, "downloads": -1, "filename": "django-tango-0.9.1.tar.gz", "has_sig": false, "md5_digest": "70f3c73f51bfcfe2d2138ec59f7de13f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15888, "upload_time": "2018-06-29T14:53:12", "url": "https://files.pythonhosted.org/packages/c6/4e/3a38a1cef6e6dbdf963471eb9fd78285cf845b22877a45818d04ade2c532/django-tango-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "f29b2c8b7125d017cbc6a0115d38ebab", "sha256": "663976b4b0dfacebaab2815083e9803f325166ba621cf2375466cf1eeb985199" }, "downloads": -1, "filename": "django_tango-0.9.2-py3-none-any.whl", "has_sig": false, "md5_digest": "f29b2c8b7125d017cbc6a0115d38ebab", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20508, "upload_time": "2018-06-29T17:22:10", "url": "https://files.pythonhosted.org/packages/1c/ba/a465acca636beb265345e407c25dc55117dbe56c1fe56ac16214e40de1b5/django_tango-0.9.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8f2a37cfe9628f94acad97cb6feaafcb", "sha256": "57cac180396a0dc2d482afa8c1bb0e85d6bb220a13c7c71def4706397511da36" }, "downloads": -1, "filename": "django-tango-0.9.2.tar.gz", "has_sig": false, "md5_digest": "8f2a37cfe9628f94acad97cb6feaafcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15891, "upload_time": "2018-06-29T17:22:14", "url": "https://files.pythonhosted.org/packages/ef/40/74b103c1a00449e9f4a97fe9d2c4107ef7773b36a5ea8826e940655e2001/django-tango-0.9.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f85f0d04b1f1838d39c1e2d2165a35c2", "sha256": "8c61e0a78282493562d5ec10559d350d439a007499cd4a22c4155d49ca7a7f71" }, "downloads": -1, "filename": "django_tango-0.10.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f85f0d04b1f1838d39c1e2d2165a35c2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20591, "upload_time": "2018-08-24T13:12:29", "url": "https://files.pythonhosted.org/packages/23/67/e9647c8ab191a76dcb8cce67bef57ed9008ec3888c95943459f4a2bae289/django_tango-0.10.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b5c6e49fbcfa20930b405c2f0a68ab0e", "sha256": "5c65079dd9c0157c1df0e20571f4bf56add417b8376bc23686153a92ca343272" }, "downloads": -1, "filename": "django-tango-0.10.0.tar.gz", "has_sig": false, "md5_digest": "b5c6e49fbcfa20930b405c2f0a68ab0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15981, "upload_time": "2018-08-24T13:12:35", "url": "https://files.pythonhosted.org/packages/bb/8c/c73b858ded58b44c81c4e9e85bbb3735d1135e0c1fd02796cc3be5d5ae80/django-tango-0.10.0.tar.gz" } ] }