{ "info": { "author": "Manuel Saelices", "author_email": "msaelices@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-pageguide\n================\n\nDjango integration with [pageguide](https://github.com/tracelytics/pageguide), an interactive guide for web page elements\n\nInstallation\n============\n\nPut the `pageguide` app In your `settings.py`:\n----------------------------------------------\n\n INSTALLED_APPS = (\n 'django.contrib.auth',\n 'django.contrib.contenttypes',\n 'django.contrib.sessions',\n 'django.contrib.sites',\n 'django.contrib.admin',\n\n #.....................#\n\n 'pageguide',\n )\n\n\nRun the migrations:\n-------------------\n\n >>> python manage.py syncdb --migrate\n\n\nCreate the pages into the admin interface\n-----------------------------------------\n\nGo to `/admin/pageguide/`\n\n\nIntegrate in your base template:\n--------------------------------\n\n* Into the top page:\n\n {% load pageguide_tags %}\n\n {% pageguide_css %}\n\n* Into the bottom (near the `` tag):\n\n {% pageguide %}\n\n {% pageguide_js %}\n\n\nDevelopment\n===========\n\nYou can get the last bleeding edge version of django-pageguide by doing a clone\nof its git repository\n\n git clone https://github.com/msaelices/django-pageguide.git", "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/msaelices/django-pageguide/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-pageguide", "package_url": "https://pypi.org/project/django-pageguide/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-pageguide/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/msaelices/django-pageguide/" }, "release_url": "https://pypi.org/project/django-pageguide/0.1/", "requires_dist": null, "requires_python": null, "summary": "An Django integration with pageguide, an interactive, responsive, and smart guide for web page elements using jQuery and CSS3", "version": "0.1" }, "last_serial": 1184111, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "48a4deeb8516f2a95e31c92a848a63c8", "sha256": "cabe71fef35270abd2a23cc18741f2d21d4133fae5a8eb0d48400a5f061d6ae7" }, "downloads": -1, "filename": "django-pageguide-0.1.tar.gz", "has_sig": false, "md5_digest": "48a4deeb8516f2a95e31c92a848a63c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18918, "upload_time": "2014-08-08T14:53:39", "url": "https://files.pythonhosted.org/packages/8a/6f/b0b947b7c76963b8c4590041c7c1961241041620b492a5368998b7192c65/django-pageguide-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "48a4deeb8516f2a95e31c92a848a63c8", "sha256": "cabe71fef35270abd2a23cc18741f2d21d4133fae5a8eb0d48400a5f061d6ae7" }, "downloads": -1, "filename": "django-pageguide-0.1.tar.gz", "has_sig": false, "md5_digest": "48a4deeb8516f2a95e31c92a848a63c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18918, "upload_time": "2014-08-08T14:53:39", "url": "https://files.pythonhosted.org/packages/8a/6f/b0b947b7c76963b8c4590041c7c1961241041620b492a5368998b7192c65/django-pageguide-0.1.tar.gz" } ] }