{ "info": { "author": "Daniel Kaufhold", "author_email": "daniel.kaufhold@bitmazk.com", "bugtrack_url": null, "classifiers": [], "description": "Django Outlets\n==============\n\nA reusable Django app that allows you to manage and display your stores.\n\nIf you e.g. have different outlets, where you sell your products and those\nscattered across the world's surface, you can provide easy access to the\ncustomer about where they can find them.\n\nThe app includes simple management of countries and outlets and a google map\nintegration. For integration into the great ``django-cms``, see `cmsplugin-django-outlets `_.\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n pip install django-outlets\n\n # optional if you want cms integration\n pip install cmsplugin-django-outlets\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+git://github.com/bitmazk/django-outlets.git#egg=outlets\n\nAdd ``outlets`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'outlets',\n # again just if you want cms integration add the following\n 'cmsplugin_outlets',\n )\n\nAdd the ``outlets`` URLs to your ``urls.py``\n\n.. code-block:: python\n\n urlpatterns = patterns('',\n ...\n url(r'^outlets/', include('outlets.urls')),\n )\n\nDon't forget to migrate your database\n\n.. code-block:: bash\n\n ./manage.py migrate outlets\n # and another optional line. You guessed it. Only if you require it to work\n # in django-cms.\n ./manage.py migrate cmsplugin_outlets\n\nUsage\n-----\n\nIf you want to use the map, that comes with the default tempalte and you\noverride the template, keep in mind to to hook up the Google maps API and the\ndjango-outlets ``googlemap_outlets.js`` inside the template if you haven't\nadded it globally already.\n\n.. code-block:: html\n\n {% load staticfiles %}\n\n \n \n \n\nCheck the Google API docs for further information\nhttps://developers.google.com/maps/documentation/javascript/tutorial?hl=de\n\nTo be able to display your outlets on the map, every ``Outlet`` needs to have\nthe ``lat`` and ``lon`` field set properly.\n\nTo customize the info boxes, that appear, when you click on the map markers,\nyou can override the template at ``outlets/outlet_map_marker.html``.\n\nWhen customizing the ``outlets/outlet_list.html`` template, please note the\ncomments inside the template.\n\n\nCMS3 integration\n----------------\n\nIf you installed and added the ``cmsplugin-django-outlets`` app as described\nabove, you can go ahead and create a page with the \"Outlets Apphook\" to it.\n\nThat's it.\n\nFor more details on apphooks refer to the django-cms v3.x documentation itself.\n\n\nTemplate tags\n-------------\n\nget_outlet_countries\n++++++++++++++++++++\n\nThis tag loads all outlet countries from within a template.\n\nExample:\n\n.. code-block:: html\n\n {% load outlets_tags %}\n\n {% get_outlet_countries as countries %}\n\n

Visit our outlets in:

\n \n\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps\n\n.. code-block:: bash\n\n # Fork this repository\n # Clone your fork\n mkvirtualenv -p python2.7 django-outlets\n make develop\n\n git co -b feature_branch master\n # Implement your feature and tests\n git add . && git commit\n git push -u origin feature_branch\n # Send us a pull request for your feature branch", "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/bitmazk/django-outlets", "keywords": "django,app,reusable,outlet,store,shop,map,address", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-outlets", "package_url": "https://pypi.org/project/django-outlets/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-outlets/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/django-outlets" }, "release_url": "https://pypi.org/project/django-outlets/0.4.4/", "requires_dist": null, "requires_python": null, "summary": "A reusable Django app that allows you to manage and display your stores", "version": "0.4.4" }, "last_serial": 2090229, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0abab875f7637d1dd3cf86b8f4feb086", "sha256": "8e9cd87cfda9ad9df6b32b7c0b8cb5a2d221bd60747d2ad0c0b8b3fce28df26d" }, "downloads": -1, "filename": "django-outlets-0.1.tar.gz", "has_sig": false, "md5_digest": "0abab875f7637d1dd3cf86b8f4feb086", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10260, "upload_time": "2014-05-25T15:50:55", "url": "https://files.pythonhosted.org/packages/6a/85/b15b8463a80230a614bbb4e658ad6e531844cb123300dc76e3cd93e68b44/django-outlets-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "157a850a24a588124ee5c08c2ec4adcf", "sha256": "fb896b45332a52d6eab2e93bd9a446d13cac8b35b258021d59ca566ea9b0d6f8" }, "downloads": -1, "filename": "django-outlets-0.2.tar.gz", "has_sig": false, "md5_digest": "157a850a24a588124ee5c08c2ec4adcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11772, "upload_time": "2014-06-06T10:02:14", "url": "https://files.pythonhosted.org/packages/74/91/817373b862f87069bded1d90fe70e0a890a86c8b0c31e65da586c9099d9c/django-outlets-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "1c77e2ad509ec2ae1533f7c0f0f6d0b8", "sha256": "44ae0a462c21fb11f46064e2aa775fa42613e7193d12d977fd624c01abbfdd50" }, "downloads": -1, "filename": "django-outlets-0.3.tar.gz", "has_sig": false, "md5_digest": "1c77e2ad509ec2ae1533f7c0f0f6d0b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11815, "upload_time": "2014-06-13T07:15:38", "url": "https://files.pythonhosted.org/packages/cb/65/442e158aa8519d1f88a6b6a752b0bac06789fd77c06aa72fd0da29dab4e5/django-outlets-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "cc2a25067c005c391e299f841bff9fcb", "sha256": "73abdd90cdc3b45f9b59d2a863daf8fcaf134d46ef7ea0de5e99ecd15cdaad23" }, "downloads": -1, "filename": "django-outlets-0.4.tar.gz", "has_sig": false, "md5_digest": "cc2a25067c005c391e299f841bff9fcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13351, "upload_time": "2014-06-13T12:10:45", "url": "https://files.pythonhosted.org/packages/81/12/f7bc2eb26b5f6f56f6749a746b60ddeb247a46fc9f6b2f1c584e741dde2d/django-outlets-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "1b9a164c26b780d6c1528a7fb50a72f0", "sha256": "abd99df5e8dd01cba5e1323d978fba06b2b1d26bbab8dc1f3cd591c6de3bcc6b" }, "downloads": -1, "filename": "django-outlets-0.4.1.tar.gz", "has_sig": false, "md5_digest": "1b9a164c26b780d6c1528a7fb50a72f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13375, "upload_time": "2014-06-13T12:25:40", "url": "https://files.pythonhosted.org/packages/d2/0c/12651fd848a5a5ac0678a4ea540b81b52acdb093d4b0dadb216c7028c667/django-outlets-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "0d33a237f8931eef1abcc504a441ec61", "sha256": "64d49a0d6beb1b88806176fc5282ca1223f14fc5744c8e11961acab1f30c897f" }, "downloads": -1, "filename": "django-outlets-0.4.2.tar.gz", "has_sig": false, "md5_digest": "0d33a237f8931eef1abcc504a441ec61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14661, "upload_time": "2014-09-02T09:58:08", "url": "https://files.pythonhosted.org/packages/5e/1a/e85408c4113bc085799b08b896c6cb6ff55af6906aab62b7a01eb5fd662f/django-outlets-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "ac89b4047b68e9420f74f8d5bc65955f", "sha256": "a0b71f58dc983af6b91d4e97ade7d40de9d206154b172406ff270c3b0e32c480" }, "downloads": -1, "filename": "django-outlets-0.4.3.tar.gz", "has_sig": false, "md5_digest": "ac89b4047b68e9420f74f8d5bc65955f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13279, "upload_time": "2014-10-02T05:54:34", "url": "https://files.pythonhosted.org/packages/a8/3a/6373cf12e6ce6ce6cabb7118185f85e0905ed654ca37a065d5b97b288915/django-outlets-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "f52dacd1ab73a5531265ade489dfc8a1", "sha256": "82b0616d4a10d7fa044e632361e6e793a65d0a6c0fe887def83ac46e0add771c" }, "downloads": -1, "filename": "django-outlets-0.4.4.tar.gz", "has_sig": false, "md5_digest": "f52dacd1ab73a5531265ade489dfc8a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14536, "upload_time": "2016-04-29T05:19:54", "url": "https://files.pythonhosted.org/packages/67/d1/545fa237e5f5ba9ed9914b8755f2bc2374aeedad3123f9ebc7575320f185/django-outlets-0.4.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f52dacd1ab73a5531265ade489dfc8a1", "sha256": "82b0616d4a10d7fa044e632361e6e793a65d0a6c0fe887def83ac46e0add771c" }, "downloads": -1, "filename": "django-outlets-0.4.4.tar.gz", "has_sig": false, "md5_digest": "f52dacd1ab73a5531265ade489dfc8a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14536, "upload_time": "2016-04-29T05:19:54", "url": "https://files.pythonhosted.org/packages/67/d1/545fa237e5f5ba9ed9914b8755f2bc2374aeedad3123f9ebc7575320f185/django-outlets-0.4.4.tar.gz" } ] }