{ "info": { "author": "Pol Rodoreda Valeri", "author_email": "pol_rodoreda@hotmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Django Inbox\nA non live messaging system that simulates an email inbox :mailbox_with_mail:.\n\n## Quick start\n1. Add `inbox` to your INSTALLED_APPS settings:\n ```\n INSTALLED_APPS = [\n ...\n 'inbox'\n ]\n ```\n\n2. Include the inbox URLconf in your project urls.py file:\n ```\n path('inbox/', include('inbox.urls'))\n ```\n\n3. Run `python manage.py migrate` to create the models.\n\n4. Add the templates needed to run the app:\n ```\n inbox/inboxes.html\n inbox/inbox-new.html\n inbox/inboxes.html\n ```\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to create an inbox (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/inbox/ to see the main page.\n\n## Extras\nThis app has a template tag to get the number of unread messages per inbox. To use it just add:\n\n```\n{% load core_tags %}\n...\n{% for inbox in inboxes %}\n {% get_unread_messages inbox request.user as unread_messages %}\n{% endfor %}\n```\n\n## Demo\nA demo can be find [here](https://gitlab.com/polrodoreda/django-inbox-demo)\n\n### How to contribute\nBefore push new code to the repository, be sure all the tests passed, coding style has no errors and coverage is good:\n\n```bash\n$ python manage.py test\n$ flake8\n$ coverage run --source='core/' manage.py test\n```\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/polrodoreda/django-inbox", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-inbox", "package_url": "https://pypi.org/project/django-inbox/", "platform": "", "project_url": "https://pypi.org/project/django-inbox/", "project_urls": { "Homepage": "https://gitlab.com/polrodoreda/django-inbox" }, "release_url": "https://pypi.org/project/django-inbox/0.1/", "requires_dist": [ "Django (>=2.0)" ], "requires_python": "", "summary": "['A not live messaging system that simulates an email inbox']", "version": "0.1" }, "last_serial": 4449305, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "857b07d3933ff5ad40715af2530c6482", "sha256": "280ca18d8173af1be325b23b9ed264249ba8369d8c5b476a4741ba3e15a3c3eb" }, "downloads": -1, "filename": "django_inbox-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "857b07d3933ff5ad40715af2530c6482", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10920, "upload_time": "2018-11-04T10:45:21", "url": "https://files.pythonhosted.org/packages/01/fb/f5f092fed525f514984685fa59f7c19553363eb33b461bf7c3f980f66725/django_inbox-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4bf77caca8aa17905496c0b15a19135c", "sha256": "8bac1428000f940e3db286d17fb2272eb594238d7cb131d265ab6cf880d074fc" }, "downloads": -1, "filename": "django-inbox-0.1.tar.gz", "has_sig": false, "md5_digest": "4bf77caca8aa17905496c0b15a19135c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6820, "upload_time": "2018-11-04T10:45:22", "url": "https://files.pythonhosted.org/packages/76/45/19dd0bd926c0c381dac8b4a08ca017f7562d96d886cd4672b8da52f91619/django-inbox-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "857b07d3933ff5ad40715af2530c6482", "sha256": "280ca18d8173af1be325b23b9ed264249ba8369d8c5b476a4741ba3e15a3c3eb" }, "downloads": -1, "filename": "django_inbox-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "857b07d3933ff5ad40715af2530c6482", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10920, "upload_time": "2018-11-04T10:45:21", "url": "https://files.pythonhosted.org/packages/01/fb/f5f092fed525f514984685fa59f7c19553363eb33b461bf7c3f980f66725/django_inbox-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4bf77caca8aa17905496c0b15a19135c", "sha256": "8bac1428000f940e3db286d17fb2272eb594238d7cb131d265ab6cf880d074fc" }, "downloads": -1, "filename": "django-inbox-0.1.tar.gz", "has_sig": false, "md5_digest": "4bf77caca8aa17905496c0b15a19135c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6820, "upload_time": "2018-11-04T10:45:22", "url": "https://files.pythonhosted.org/packages/76/45/19dd0bd926c0c381dac8b4a08ca017f7562d96d886cd4672b8da52f91619/django-inbox-0.1.tar.gz" } ] }