Hi there,

The easy way just copy /transfer your code to your production server
manually.

To more automate the process, you can use some script .

To more advanced and not repeating your self, you can use fabric and create
a deployment script for your project.
After finish this effort , your fabric will be reusable in other project.
You would like to automate and simplfy the workflow to upload your
production and can be repeated easily.

Fabric is more python for deployment.

Regards,

Mulianto
http://muliantophang.blogspot.com


On Tue, Jun 10, 2014 at 3:11 PM, Johannes Schneider <
johannes.schnei...@galileo-press.de> wrote:

> you can use 'Fabric' to deploy your code. But In this case you still have
> to write some parts on your own.
>
> https://pypi.python.org/pypi/Fabric/
>
> bg,
> Johannes
>
>
>
> On 07.06.2014 22:50, Chen Xu wrote:
>
>> I am building a django website, and wondering what is an easy way to
>> move all of my code to production, is there a tool for doing that, or
>> maybe write my own script?
>>
>>
>> Thanks
>>
>> --
>> ⚡ Chen Xu ⚡
>>
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send
>> an email to django-users+unsubscr...@googlegroups.com
>> <mailto:django-users+unsubscr...@googlegroups.com>.
>>
>> To post to this group, send email to django-users@googlegroups.com
>> <mailto:django-users@googlegroups.com>.
>>
>> Visit this group at http://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CACac-
>> qY8nbj6uiPyvkorvARAqZ%2Bej7rAty_CtdkHnz5bXBKBKQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CACac-
>> qY8nbj6uiPyvkorvARAqZ%2Bej7rAty_CtdkHnz5bXBKBKQ%
>> 40mail.gmail.com?utm_medium=email&utm_source=footer>.
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
> Johannes Schneider
> Webentwicklung
> johannes.schnei...@galileo-press.de
> Tel.: +49.228.42150.xxx
>
> Galileo Press GmbH
> Rheinwerkallee 4 - 53227 Bonn - Germany
> Tel.: +49.228.42.150.0 (Zentrale) .77 (Fax)
> http://www.galileo-press.de/
>
> Geschäftsführer: Tomas Wehren, Ralf Kaulisch, Rainer Kaltenecker
> HRB 8363 Amtsgericht Bonn
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/5396AF94.5040509%40galileo-press.de.
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BSr5mS6WSRMsxLdqk6aOAXUpLMPurco-pDE%2BRA3Ev5CQ7P%2BKA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to