Skip to main content

Simple deployment script using rsync for django projects

Project description

=====
Django-Rsync
=====

django-rsync is a simple deployment script using rsync for django projects.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "django_rsync" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = (
...
'django_rsync',
)

2. Crate the config files for syncing in the folder you want with this format::

upload.ini:
[remote]
user = user
host = host.org
port = 22
dir = /path/to/folder/

[rsync_conf]
filter_file = ./reference/to/rsync/filter.txt

/reference/to/rsync/filter.txt
- media/
- *.pyc
- projectname/
- */migrations

3. Run `python manage.py update_remote uload.ini` to upload the changed files.

4. If it is any change in *.py files restart the project in server.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-rsync-0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page