{ "info": { "author": "Daniel Kaufhold", "author_email": "daniel.kaufhold@bitmazk.com", "bugtrack_url": null, "classifiers": [], "description": "Django APS Production\n=====================\n\nA Django app to log and plan production processes\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n pip install django-aps-production\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+git://github.com/bitmazk/django-aps-production.git#egg=aps_production\n\nTODO: Describe further installation steps (edit / remove the examples below):\n\nAdd ``aps_production`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'aps_production',\n )\n\nAdd the ``aps_production`` URLs to your ``urls.py``\n\n.. code-block:: python\n\n urlpatterns = patterns('',\n ...\n url(r'^aps-production/', include('aps_production.urls')),\n )\n\nBefore your tags/filters are available in your templates, load them by using\n\n.. code-block:: html\n\n\t{% load aps_production_tags %}\n\n\nDon't forget to migrate your database\n\n.. code-block:: bash\n\n ./manage.py migrate aps_production\n\n\nUsage\n-----\n\nTODO: Describe usage or point to docs. Also describe available settings and\ntemplatetags.\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-aps-production\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-aps-production", "keywords": "django,app,reusable,production,process,planning,orders", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-aps-production", "package_url": "https://pypi.org/project/django-aps-production/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-aps-production/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/django-aps-production" }, "release_url": "https://pypi.org/project/django-aps-production/0.1/", "requires_dist": null, "requires_python": null, "summary": "A Django app to log and plan production processes", "version": "0.1" }, "last_serial": 1323943, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "61b4bf57c5eef7d7da5f4dd54368ff03", "sha256": "9a8f1ce16d96a455487dd6622e100f293d64b1038a70cee808f0fe96a15bf4dc" }, "downloads": -1, "filename": "django-aps-production-0.1.tar.gz", "has_sig": false, "md5_digest": "61b4bf57c5eef7d7da5f4dd54368ff03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13947, "upload_time": "2014-11-28T08:41:29", "url": "https://files.pythonhosted.org/packages/56/87/88f847348dfa14ecb084bb94e3007b33a6a33de42b5b543783079777a9d1/django-aps-production-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "61b4bf57c5eef7d7da5f4dd54368ff03", "sha256": "9a8f1ce16d96a455487dd6622e100f293d64b1038a70cee808f0fe96a15bf4dc" }, "downloads": -1, "filename": "django-aps-production-0.1.tar.gz", "has_sig": false, "md5_digest": "61b4bf57c5eef7d7da5f4dd54368ff03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13947, "upload_time": "2014-11-28T08:41:29", "url": "https://files.pythonhosted.org/packages/56/87/88f847348dfa14ecb084bb94e3007b33a6a33de42b5b543783079777a9d1/django-aps-production-0.1.tar.gz" } ] }