{ "info": { "author": "Dino Perovic", "author_email": "dino.perovic@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "django-shop-catalog\n===================\n\nCatalog app for django SHOP.\n\n:Version: 0.0.3\n:Source: https://github.com/dinoperovic/django-shop-catalog\n:Dev Status: Alpha\n\nFind starting templates in `django-shop-catalog-templates`_ repo.\n\n\nRequirements\n------------\n\n.. code:: text\n\n django>=1.6,<1.8\n django-cms>=3.0.1\n django-shop>=0.2.0\n django-filer>=0.9.5\n django-mptt>=0.6.0\n django-hvad>=0.4.0\n measurement>=1.7.2\n django-currencies>=0.3.2\n\n\nInstallation\n------------\n\nInstall with pip:\n\n.. code:: bash\n\n pip install django-shop-catalog\n\n\nInstall from github using pip:\n\n.. code:: bash\n\n pip install -e git://github.com/dinoperovic/django-shop-catalog.git@master#egg=django-shop-catalog\n\n\nGetting Started\n---------------\n\nSetup `django-cms`_, `django-shop`_, `django-filer`_, `django-hvad`_ and `django-currencies`_.\n\nYour ``INSTALLED_APPS`` should look something like this:\n\n.. code:: python\n\n INSTALLED_APPS = [\n 'djangocms_admin_style',\n 'django.contrib.admin',\n 'django.contrib.auth',\n 'django.contrib.sessions',\n 'django.contrib.messages',\n 'django.contrib.staticfiles',\n 'django.contrib.sites',\n 'cms',\n 'mptt',\n 'menus',\n 'south',\n 'sekizai',\n 'djangocms_text_ckeditor',\n 'filer',\n 'easy_thumbnails',\n 'currencies',\n 'hvad',\n 'shop',\n 'catalog',\n\n # Optional catalog apps.\n 'catalog.orders',\n 'catalog.addresses',\n 'catalog.reviews',\n ]\n\n\nAdd to your ``settings.py``:\n\n.. code:: python\n\n SHOP_PRODUCT_MODEL = 'catalog.models.Product'\n SHOP_CART_MODIFIERS = (\n 'catalog.cart_modifiers.CatalogCartModifier',\n )\n\n # If you're using 'catalog.orders' app.\n SHOP_ORDER_MODEL = 'catalog.orders.models.Order'\n\n # If you're using 'catalog.addresses' app.\n SHOP_ADDRESS_MODEL = 'catalog.addresses.models.Address'\n\n\nAdd to your patterns in ``urls.py``:\n\n.. code:: python\n\n urlpatterns = i18n_patterns('',\n url(r'^admin/', include(admin.site.urls)),\n url(r'^currencies/', include('currencies.urls')),\n\n # Include catalog shop_urls before django-shop urls.\n url(r'^shop/', include('catalog.shop_urls')),\n url(r'^shop/', include('shop.urls')),\n\n # You can include catalog urls here or use django-cms app hook.\n url(r'^catalog/', include('catalog.urls')),\n url(r'^', include('cms.urls')),\n )\n\n\nRun:\n\n.. code:: bash\n\n python manage.py syncdb --all\n python manage.py migrate --fake\n\n\nInstall `django-shop-catalog-templates`_ to get started quickly.\n\n\nNotes\n-----\n\nIf your're using ``catalog.addresses`` app, you can run this command\nto have all countries and regions pulled from `geonames.org`_.\n\n.. code:: bash\n\n python manage.py initcountries\n\n\nChangelog\n-----\n\n- 0.0.3 Update noconflict script\n\n- 0.0.2 Bugfix:\n\n + Add locale directory to MANIFEST.in\n\n- 0.0.1 Initial Alpha release\n\n\n\n.. _django-cms: https://github.com/divio/django-cms\n.. _django-shop: https://github.com/divio/django-shop\n.. _django-shop-catalog-templates: https://github.com/dinoperovic/django-shop-catalog-templates\n.. _django-filer: https://github.com/stefanfoulis/django-filer\n.. _django-hvad: https://github.com/kristianoellegaard/django-hvad\n.. _django-currencies: https://github.com/panosl/django-currencies\n.. _geonames.org http://geonames.org/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/django-shop-catalog/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-shop-catalog", "package_url": "https://pypi.org/project/django-shop-catalog/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-shop-catalog/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/django-shop-catalog/" }, "release_url": "https://pypi.org/project/django-shop-catalog/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Catalog app for django SHOP", "version": "0.0.3" }, "last_serial": 1473317, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "dac8e1f3021a150970229a3e4f16578d", "sha256": "0994dc9869abccda2d5630980150fd143214c4a3ac0fc1a2b907898c31add1ff" }, "downloads": -1, "filename": "django-shop-catalog-0.0.1.tar.gz", "has_sig": false, "md5_digest": "dac8e1f3021a150970229a3e4f16578d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64139, "upload_time": "2015-03-20T14:17:37", "url": "https://files.pythonhosted.org/packages/48/83/527a4f2505f44bbe47a41ffe79556836c4efd7dd23213545c8721e475f5a/django-shop-catalog-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "65129632d041dfd34be25e4eedeb1d1c", "sha256": "a3b78b497406750667fbd09d6de7e7ca44ad833cc47f86724a85aab5130902bc" }, "downloads": -1, "filename": "django-shop-catalog-0.0.2.tar.gz", "has_sig": false, "md5_digest": "65129632d041dfd34be25e4eedeb1d1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72681, "upload_time": "2015-03-23T07:20:42", "url": "https://files.pythonhosted.org/packages/4a/3e/df01e45a7348ba87993f6db548d11dc8a00cbf3ce44b4209d96ecb3643f7/django-shop-catalog-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "022af3bd76ded383e799b4dce9ca235d", "sha256": "cf569360254816a6423e7d5ab3ecc3a23b31339f5d7b2261b8b569779c9e6252" }, "downloads": -1, "filename": "django-shop-catalog-0.0.3.tar.gz", "has_sig": false, "md5_digest": "022af3bd76ded383e799b4dce9ca235d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72903, "upload_time": "2015-03-23T12:21:14", "url": "https://files.pythonhosted.org/packages/96/49/8de90837f4e2d5ccda82b02ea88e81427cb1d2cbab52e7a24c9a2da294cc/django-shop-catalog-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "022af3bd76ded383e799b4dce9ca235d", "sha256": "cf569360254816a6423e7d5ab3ecc3a23b31339f5d7b2261b8b569779c9e6252" }, "downloads": -1, "filename": "django-shop-catalog-0.0.3.tar.gz", "has_sig": false, "md5_digest": "022af3bd76ded383e799b4dce9ca235d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72903, "upload_time": "2015-03-23T12:21:14", "url": "https://files.pythonhosted.org/packages/96/49/8de90837f4e2d5ccda82b02ea88e81427cb1d2cbab52e7a24c9a2da294cc/django-shop-catalog-0.0.3.tar.gz" } ] }