{ "info": { "author": "hisie", "author_email": "dcebrian@serincas.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nDjango-Rsync\n=====\n\ndjango-rsync is a simple deployment script using rsync for django projects.\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"django_rsync\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'django_rsync',\n )\n\n2. Crate the config files for syncing in the folder you want with this format::\n\n upload.ini:\n [remote]\n user = user\n host = host.org\n port = 22\n dir = /path/to/folder/\n\n [rsync_conf]\n filter_file = ./reference/to/rsync/filter.txt\n\n /reference/to/rsync/filter.txt\n - media/\n - *.pyc\n - projectname/\n - */migrations\n\n3. Run `python manage.py update_remote uload.ini` to upload the changed files.\n\n4. If it is any change in *.py files restart the project in server.", "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/hisie/django-rsync", "keywords": null, "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "django-rsync", "package_url": "https://pypi.org/project/django-rsync/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-rsync/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/hisie/django-rsync" }, "release_url": "https://pypi.org/project/django-rsync/0.1/", "requires_dist": null, "requires_python": null, "summary": "Simple deployment script using rsync for django projects", "version": "0.1" }, "last_serial": 790521, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c35d0b89ea1ce04dd3b3495ded893dec", "sha256": "b9770540c4fd8017b8774a06510216025dd4b297beacc17ef2ddf59ef75524fc" }, "downloads": -1, "filename": "django-rsync-0.1.tar.gz", "has_sig": false, "md5_digest": "c35d0b89ea1ce04dd3b3495ded893dec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3387, "upload_time": "2013-04-22T17:45:44", "url": "https://files.pythonhosted.org/packages/0a/ba/270ff3cffdd371965c89dd907ab109d06ef286ed6e1562a95820ea15d023/django-rsync-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c35d0b89ea1ce04dd3b3495ded893dec", "sha256": "b9770540c4fd8017b8774a06510216025dd4b297beacc17ef2ddf59ef75524fc" }, "downloads": -1, "filename": "django-rsync-0.1.tar.gz", "has_sig": false, "md5_digest": "c35d0b89ea1ce04dd3b3495ded893dec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3387, "upload_time": "2013-04-22T17:45:44", "url": "https://files.pythonhosted.org/packages/0a/ba/270ff3cffdd371965c89dd907ab109d06ef286ed6e1562a95820ea15d023/django-rsync-0.1.tar.gz" } ] }