Shared Custom-Built Django Packages: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Django Category:Python Category:Web Development == List of packages == {| class="wikitable" ! package name ! description |- | `addresses` | Management of...") |
(No difference)
|
Revision as of 17:45, 31 August 2015
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.