[Solved] Distant work for designer [closed]


There are quite a few ways that you can collaborate over a distance, though none that I know of that are django specific.

I assume that by designer you mean that your friend will be working on the HTML and CSS aspects of the project.

Since you are already using Git, you could setup a git repo (perhaps on Github or BitBucket) and instruct your friend on how to use it. Have your friend fork your project and then when they complete a template have them submit a pull request to combine it with the main fork. That will give you the opportunity to look over any changes and make sure there are no conflicts.

Some alternatives could be using DropBox, Team Foundation Server or even a Pastebin. You are really only limited by your imagination and willingness to commit to a platform.

3

solved Distant work for designer [closed]