Shared Custom-Built Django Packages

From Littledamien Wiki
Revision as of 17:45, 31 August 2015 by Video8 (talk | contribs) (Created page with "Category:Django Category:Python Category:Web Development == List of packages == {| class="wikitable" ! package name ! description |- | `addresses` | Management of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

List of packages

package name description
addresses Management of basic address information, e.g. name, street, phone, city, state, zip, etc.
contact_info
reverseadmin

Location

Windows

//damien-mg/d/develop/labs/shared/

Mac

~/develop/labs/shared/

Syncing codebase

Git

TK: documentation of central repository on Github.

Without Git

Mac
$ cd ~/develop/labs/shared/
$ rsync -a /Volumes/d/develop/labs/shared/django-addresses/ django-addresses

TK: confirm what happens when a file in the target directory is newer than the file in the source directory above.