Shared Custom-Built Django Packages: Difference between revisions

From Littledamien Wiki
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...")
 
Line 13: Line 13:
|-
|-
| `reverseadmin`
| `reverseadmin`
|
| Module that makes django admin handle OneToOneFields in a better way. Overrides Django's default behavior to display the relationship as an "inline" in the admin.
|}
|}



Revision as of 17:51, 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 Module that makes django admin handle OneToOneFields in a better way. Overrides Django's default behavior to display the relationship as an "inline" in the admin.

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.