{ "info": { "author": "Maxime Vidori", "author_email": "maxime.vidori@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "# Django Angular Library\n\n### Requirements\n[Django](https://www.djangoproject.com/) 1.3 or later\n\n### Installation\n\n```\n$ pip install django-angular-library\n```\n\n### Setup\n\nJust add ```'django.contrib.staticfiles'``` and ```'angular'``` to\nINSTALLED_APPS in yoursettings.py\n\n```\nINSTALLED_APPS = (\n # ...\n\n 'django.contrib.staticfiles',\n 'angular',\n\n # ...\n)\n```\n\nRefer to Django [static files](https://docs.djangoproject.com/en/dev/howto/static-files/)\ndocumentation to configure and deploy static files.\n\n### Usage\n\nYou can refer to angular in your template with:\n\n```\n{{ STATIC_URL }}js/angular.js\n```", "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/IxDay/django-angular-library", "keywords": "django,angular,staticfiles", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-angular-library", "package_url": "https://pypi.org/project/django-angular-library/", "platform": "any", "project_url": "https://pypi.org/project/django-angular-library/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/IxDay/django-angular-library" }, "release_url": "https://pypi.org/project/django-angular-library/1.2.6/", "requires_dist": null, "requires_python": null, "summary": "Angular packaged in an handy django app to speed up new applications and deployment.", "version": "1.2.6" }, "last_serial": 992438, "releases": { "1.2.6": [ { "comment_text": "", "digests": { "md5": "ca03cf931dfa7a1a7702abe3c65fa8b2", "sha256": "03dfb2ad1e489e6a1cdd1b0882d33b749c1fb4c1613793d95c5a561dd1bf1a40" }, "downloads": -1, "filename": "django-angular-library-1.2.6.tar.gz", "has_sig": false, "md5_digest": "ca03cf931dfa7a1a7702abe3c65fa8b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 180132, "upload_time": "2014-02-06T14:43:23", "url": "https://files.pythonhosted.org/packages/28/f2/536c7d23fb94bbc6b3edf24049209d1ca063b7af7eb6c3b9c1ed4264b533/django-angular-library-1.2.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ca03cf931dfa7a1a7702abe3c65fa8b2", "sha256": "03dfb2ad1e489e6a1cdd1b0882d33b749c1fb4c1613793d95c5a561dd1bf1a40" }, "downloads": -1, "filename": "django-angular-library-1.2.6.tar.gz", "has_sig": false, "md5_digest": "ca03cf931dfa7a1a7702abe3c65fa8b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 180132, "upload_time": "2014-02-06T14:43:23", "url": "https://files.pythonhosted.org/packages/28/f2/536c7d23fb94bbc6b3edf24049209d1ca063b7af7eb6c3b9c1ed4264b533/django-angular-library-1.2.6.tar.gz" } ] }