{ "info": { "author": "Anonymous Ukrainian Patriot", "author_email": "anonymous.ukrainian.patriot@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Plugins", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: Unix", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": ".. django-milcam\n.. README.rst\n\nA django-milcam documentation\n=============================\n\n *django-milcam is a backend and frontend for Military Camera project*\n\n.. contents::\n\nInstallation\n------------\n* Obtain your copy of source code from git repository: ``git clone https://github.com/anonymous-ukrainian-patriot/django-milcam.git``. Or download latest release from https://github.com/anonymous-ukrainian-patriot/django-milcam/tags.\n* Run ``python ./setup.py install`` from repository source tree or unpacked archive. Or use pip: ``pip install django-milcam``.\n* You will then want to create the necessary tables. If you are using south for schema migrations, you'll want to:\n\n::\n\n python manage.py migrate milcam\n\n* For those who are not using south, a normal ``syncdb`` will work:\n\n::\n\n python manage.py syncdb\n\nConfiguration\n-------------\nAdd ``'uuidfield'``, ``'geoposition'``, ``'sorl.thumbnail'``, ``'milcam'``, ``'tastypie'`` and ``'django_js_reverse'`` to ``settings.INSTALLED_APPS``.\n\n INSTALLED_APPS = (\n ...,\n\n 'uuidfield',\n 'geoposition',\n 'sorl.thumbnail',\n 'tastypie',\n 'django_js_reverse',\n 'milcam',\n\n ...,\n\n )\n\nAdd ``'milcam.context_processors.api_name'`` to ``settings.TEMPLATE_CONTEXT_PROCESSORS``.\n\n TEMPLATE_CONTEXT_PROCESSORS = (\n ...,\n\n 'milcam.context_processors.api_name',\n\n ...,\n\n )\n\nAnd to ``urls.py``.\n\n urlpatterns = patterns('',\n ...,\n\n url(r'^milcam/', include('milcam.urls')),\n\n ...,\n\n )\n\nLicensing\n---------\ndjango-milcam is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\nFor complete license text see COPYING file.\nAll rights to all the libraries are located in the ``milcam/static/milcam/lib`` directory belong to their authors.\n\nContacts\n--------\n**Project Website**: https://github.com/anonymous-ukrainian-patriot/django-milcam\n\n**Author**: Anonymous Ukrainian Patriot \n", "description_content_type": null, "docs_url": "https://pythonhosted.org/django-milcam/", "download_url": "https://github.com/anonymous-ukrainian-patriot/django-milcam/archive/0.3.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/anonymous-ukrainian-patriot/django-milcam/", "keywords": null, "license": "GPLv3 or later", "maintainer": null, "maintainer_email": null, "name": "django-milcam", "package_url": "https://pypi.org/project/django-milcam/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-milcam/", "project_urls": { "Download": "https://github.com/anonymous-ukrainian-patriot/django-milcam/archive/0.3.1.tar.gz", "Homepage": "https://github.com/anonymous-ukrainian-patriot/django-milcam/" }, "release_url": "https://pypi.org/project/django-milcam/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "Military Camera project", "version": "0.3.1" }, "last_serial": 1244007, "releases": { "0.2.3": [ { "comment_text": "", "digests": { "md5": "9b1b5c31fe84402d83fcbc66afa4d1a5", "sha256": "35d56ec080f3284fd121b094c2ea3025fe280c93fb829488100334db31c39740" }, "downloads": -1, "filename": "django-milcam-0.2.3.tar.gz", "has_sig": false, "md5_digest": "9b1b5c31fe84402d83fcbc66afa4d1a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 481649, "upload_time": "2014-09-03T03:54:38", "url": "https://files.pythonhosted.org/packages/5c/d8/3626bf2ced0a12d04a7ea38367f5173e32d01fff138c485e9b18b8712410/django-milcam-0.2.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "a20c091eaed60d6e4eb57bd5f5120674", "sha256": "fb215d0675b053547399c529bd683fd1d60fa63b3a4c4b53a5bc19bdc6440c84" }, "downloads": -1, "filename": "django-milcam-0.3.1.tar.gz", "has_sig": false, "md5_digest": "a20c091eaed60d6e4eb57bd5f5120674", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 482328, "upload_time": "2014-10-01T07:27:02", "url": "https://files.pythonhosted.org/packages/43/2a/d19d1c9e5b6dd63c8bcd13d477717471608d21c90a1e80462c98cfcb5501/django-milcam-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a20c091eaed60d6e4eb57bd5f5120674", "sha256": "fb215d0675b053547399c529bd683fd1d60fa63b3a4c4b53a5bc19bdc6440c84" }, "downloads": -1, "filename": "django-milcam-0.3.1.tar.gz", "has_sig": false, "md5_digest": "a20c091eaed60d6e4eb57bd5f5120674", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 482328, "upload_time": "2014-10-01T07:27:02", "url": "https://files.pythonhosted.org/packages/43/2a/d19d1c9e5b6dd63c8bcd13d477717471608d21c90a1e80462c98cfcb5501/django-milcam-0.3.1.tar.gz" } ] }